ec2_modify_vpc_tenancy {paws.compute} | R Documentation |
Modifies the instance tenancy attribute of the specified VPC
Description
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.
Usage
ec2_modify_vpc_tenancy(VpcId, InstanceTenancy, DryRun = NULL)
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 |
[Package paws.compute version 0.7.0 Index]