Vpc
import type { Vpc } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface Vpc {
CidrBlock?: string | null;
CidrBlockAssociationSet: VpcCidrBlockAssociation[];
DhcpOptionsId?: string | null;
InstanceTenancy?: Tenancy | null;
Ipv6CidrBlockAssociationSet: VpcIpv6CidrBlockAssociation[];
IsDefault?: boolean | null;
OwnerId?: string | null;
State?: VpcState | null;
Tags: Tag[];
VpcId?: string | null;
}§Properties
§
CidrBlockAssociationSet: VpcCidrBlockAssociation[]
[src]§
Ipv6CidrBlockAssociationSet: VpcIpv6CidrBlockAssociation[]
[src]