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

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

§
AssignIpv6AddressOnCreation?: boolean | null
[src]
§
AvailabilityZone?: string | null
[src]
§
AvailabilityZoneId?: string | null
[src]
§
AvailableIpAddressCount?: number | null
[src]
§
CidrBlock?: string | null
[src]
§
DefaultForAz?: boolean | null
[src]
§
Ipv6CidrBlockAssociationSet?: Ipv6CidrBlockAssociation[] | null
[src]
§
MapPublicIpOnLaunch?: boolean | null
[src]
§
OwnerId?: string | null
[src]
§
State?: string | null
[src]
§
SubnetArn?: string | null
[src]
§
SubnetId?: string | null
[src]
§
VpcId?: string | null
[src]