Values.AwsElbv2LoadBalancerDetailsSourceInformation about a load balancer.
type nonrec t = {availabilityZones : AvailabilityZones.t option;The Availability Zones for the load balancer.
*)canonicalHostedZoneId : NonEmptyString.t option;The ID of the Amazon Route 53 hosted zone associated with the load balancer.
*)createdTime : NonEmptyString.t option;Indicates when the load balancer was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)dNSName : NonEmptyString.t option;The public DNS name of the load balancer.
*)ipAddressType : NonEmptyString.t option;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).
*)scheme : NonEmptyString.t option;The nodes of an Internet-facing load balancer have public IP addresses.
*)securityGroups : SecurityGroups.t option;The IDs of the security groups for the load balancer.
*)state : LoadBalancerState.t option;The state of the load balancer.
*)type_ : NonEmptyString.t option;The type of load balancer.
*)vpcId : NonEmptyString.t option;The ID of the VPC for the load balancer.
*)loadBalancerAttributes : AwsElbv2LoadBalancerAttributes.t option;Attributes of the load balancer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]