ec2_associate_subnet_cidr_block: Associates a CIDR block with your subnet

View source: R/ec2_operations.R

ec2_associate_subnet_cidr_blockR 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. 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.


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