View source: R/ec2_operations.R
ec2_modify_vpc_tenancy | R Documentation |
Modifies 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.
ec2_modify_vpc_tenancy(VpcId, InstanceTenancy, DryRun = NULL)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.