Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateVpcCidrBlockRequest

import type { AssociateVpcCidrBlockRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AssociateVpcCidrBlockRequest {
AmazonProvidedIpv6CidrBlock?: boolean | null;
CidrBlock?: string | null;
Ipv4IpamPoolId?: string | null;
Ipv4NetmaskLength?: number | null;
Ipv6CidrBlock?: string | null;
Ipv6CidrBlockNetworkBorderGroup?: string | null;
Ipv6IpamPoolId?: string | null;
Ipv6NetmaskLength?: number | null;
Ipv6Pool?: string | null;
VpcId: string;
}

§Properties

§
AmazonProvidedIpv6CidrBlock?: boolean | null
[src]

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.

§
CidrBlock?: string | null
[src]

An IPv4 CIDR block to associate with the VPC.

§
Ipv4IpamPoolId?: string | null
[src]

Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

§
Ipv4NetmaskLength?: number | null
[src]

The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

§
Ipv6CidrBlock?: string | null
[src]

An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

§
Ipv6CidrBlockNetworkBorderGroup?: string | null
[src]

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

You can have one IPv6 CIDR block association per network border group.

§
Ipv6IpamPoolId?: string | null
[src]

Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

§
Ipv6NetmaskLength?: number | null
[src]

The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

§
Ipv6Pool?: string | null
[src]

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

§
VpcId: string
[src]

The ID of the VPC.