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.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about a load balancer.

interface AwsElbv2LoadBalancerDetails {
AvailabilityZones?: AvailabilityZone[] | null;
CanonicalHostedZoneId?: string | null;
CreatedTime?: string | null;
DNSName?: string | null;
IpAddressType?: string | null;
LoadBalancerAttributes?: AwsElbv2LoadBalancerAttribute[] | null;
Scheme?: string | null;
SecurityGroups?: string[] | null;
State?: LoadBalancerState | null;
Type?: string | null;
VpcId?: string | null;
}

§Properties

§
AvailabilityZones?: AvailabilityZone[] | null
[src]

The Availability Zones for the load balancer.

§
CanonicalHostedZoneId?: string | null
[src]

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

§
CreatedTime?: string | null
[src]

Indicates when the load balancer was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
DNSName?: string | null
[src]

The public DNS name of the load balancer.

§
IpAddressType?: string | null
[src]

The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

§
LoadBalancerAttributes?: AwsElbv2LoadBalancerAttribute[] | null
[src]

Attributes of the load balancer.

§
Scheme?: string | null
[src]

The nodes of an Internet-facing load balancer have public IP addresses.

§
SecurityGroups?: string[] | null
[src]

The IDs of the security groups for the load balancer.

§
State?: LoadBalancerState | null
[src]

The state of the load balancer.

§
Type?: string | null
[src]

The type of load balancer.

§
VpcId?: string | null
[src]

The ID of the VPC for the load balancer.