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

AwsElbv2LoadBalancerDetails

import type { AwsElbv2LoadBalancerDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsElbv2LoadBalancerDetails {
AvailabilityZones?: AvailabilityZone[] | null;
CanonicalHostedZoneId?: string | null;
CreatedTime?: string | null;
DNSName?: string | null;
IpAddressType?: string | null;
Scheme?: string | null;
SecurityGroups?: string[] | null;
State?: LoadBalancerState | null;
Type?: string | null;
VpcId?: string | null;
}

§Properties

§
AvailabilityZones?: AvailabilityZone[] | null
[src]
§
CanonicalHostedZoneId?: string | null
[src]
§
CreatedTime?: string | null
[src]
§
DNSName?: string | null
[src]
§
IpAddressType?: string | null
[src]
§
Scheme?: string | null
[src]
§
SecurityGroups?: string[] | null
[src]
§
Type?: string | null
[src]
§
VpcId?: string | null
[src]