ec2_modify_vpc_tenancy: Modifies the instance tenancy attribute of the specified VPC

View source: R/ec2_operations.R

ec2_modify_vpc_tenancyR 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 DryRunOperation. Otherwise, it is UnauthorizedOperation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.