Modifies the instance tenancy attribute of the specified VPC
Source:R/ec2_operations.R
ec2_modify_vpc_tenancy.RdModifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated.
See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_tenancy/ for full documentation.
Arguments
- VpcId
[required] The ID of the VPC.
- InstanceTenancy
[required] The instance tenancy attribute for the VPC.
- DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.