Interface VpcSubnetLocation

interface VpcSubnetLocation {
    availabilityZone?: string;
    availabilityZoneId?: string;
    cidrBlock: Input<string>;
    ipv6CidrBlock?: any;
}

Properties

availabilityZone?: string

The AZ for the subnet.

availabilityZoneId?: string

The AZ ID of the subnet.

cidrBlock: Input<string>

The CIDR block for the subnet.

ipv6CidrBlock?: any

The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.

Generated using TypeDoc