AwsElbv2LoadBalancerDetails - AWS Security Hub

AwsElbv2LoadBalancerDetails

Information about a load balancer.

Contents

AvailabilityZones

The Availability Zones for the load balancer.

Type: Array of AvailabilityZone objects

Required: No

CanonicalHostedZoneId

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

Type: String

Pattern: .*\S.*

Required: No

CreatedTime

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.

Type: String

Pattern: .*\S.*

Required: No

DNSName

The public DNS name of the load balancer.

Type: String

Pattern: .*\S.*

Required: No

IpAddressType

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).

Type: String

Pattern: .*\S.*

Required: No

LoadBalancerAttributes

Attributes of the load balancer.

Type: Array of AwsElbv2LoadBalancerAttribute objects

Required: No

Scheme

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

Type: String

Pattern: .*\S.*

Required: No

SecurityGroups

The IDs of the security groups for the load balancer.

Type: Array of strings

Pattern: .*\S.*

Required: No

State

The state of the load balancer.

Type: LoadBalancerState object

Required: No

Type

The type of load balancer.

Type: String

Pattern: .*\S.*

Required: No

VpcId

The ID of the VPC for the load balancer.

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: