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

SubnetIpv6CidrBlockAssociation

import type { SubnetIpv6CidrBlockAssociation } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";

Describes an association between a subnet and an IPv6 CIDR block.

interface SubnetIpv6CidrBlockAssociation {
AssociationId?: string | null;
Ipv6CidrBlock?: string | null;
Ipv6CidrBlockState?: SubnetCidrBlockState | null;
}

§Properties

§
AssociationId?: string | null
[src]

The ID of the association.

§
Ipv6CidrBlock?: string | null
[src]

The IPv6 CIDR block.

§
Ipv6CidrBlockState?: SubnetCidrBlockState | null
[src]

The state of the CIDR block.