ec2_associate_subnet_cidr_block {paws.compute} | R Documentation |
Associates a CIDR block with your subnet
Description
Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet.
See https://www.paws-r-sdk.com/docs/ec2_associate_subnet_cidr_block/ for full documentation.
Usage
ec2_associate_subnet_cidr_block(
Ipv6CidrBlock = NULL,
SubnetId,
Ipv6IpamPoolId = NULL,
Ipv6NetmaskLength = NULL
)
Arguments
Ipv6CidrBlock |
The IPv6 CIDR block for your subnet. |
SubnetId |
[required] The ID of your subnet. |
Ipv6IpamPoolId |
An IPv6 IPAM pool ID. |
Ipv6NetmaskLength |
An IPv6 netmask length. |
[Package paws.compute version 0.7.0 Index]