Learn R Programming

paws.compute (version 0.3.1)

ec2_associate_subnet_cidr_block: 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. An IPv6 CIDR block must have a prefix length of /64.

See https://www.paws-r-sdk.com/docs/ec2_associate_subnet_cidr_block/ for full documentation.

Usage

ec2_associate_subnet_cidr_block(Ipv6CidrBlock, SubnetId)

Arguments

Ipv6CidrBlock

[required] The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

SubnetId

[required] The ID of your subnet.