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

AssociateVpcCidrBlockResult

import type { AssociateVpcCidrBlockResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AssociateVpcCidrBlockResult {
CidrBlockAssociation?: VpcCidrBlockAssociation | null;
Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation | null;
VpcId?: string | null;
}

§Properties

§
CidrBlockAssociation?: VpcCidrBlockAssociation | null
[src]

Information about the IPv4 CIDR block association.

§
Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation | null
[src]

Information about the IPv6 CIDR block association.

§
VpcId?: string | null
[src]

The ID of the VPC.