AwsEc2SubnetDetails
import type { AwsEc2SubnetDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface AwsEc2SubnetDetails {
AssignIpv6AddressOnCreation?: boolean | null;
AvailabilityZone?: string | null;
AvailabilityZoneId?: string | null;
AvailableIpAddressCount?: number | null;
CidrBlock?: string | null;
DefaultForAz?: boolean | null;
Ipv6CidrBlockAssociationSet?: Ipv6CidrBlockAssociation[] | null;
MapPublicIpOnLaunch?: boolean | null;
OwnerId?: string | null;
State?: string | null;
SubnetArn?: string | null;
SubnetId?: string | null;
VpcId?: string | null;
}§Properties
§
Ipv6CidrBlockAssociationSet?: Ipv6CidrBlockAssociation[] | null
[src]