Modify VPC Tenancy
GET {{aws_ec2_base_url}}/?DryRun&InstanceTenancy&VpcId&Action=ModifyVpcTenancy
Modifies the instance tenancy attribute of the specified VPC.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DryRun | null | 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 is UnauthorizedOperation. | |
InstanceTenancy | null | The instance tenancy attribute for the VPC. | |
VpcId | null | The ID of the VPC. | |
Action | string |