Values.TargetGroupSummarySourceSummary information about a target group. For more information, see Target groups in the Amazon VPC Lattice User Guide.
type nonrec t = {id : TargetGroupId.t option;The ID of the target group.
*)arn : TargetGroupArn.t option;The ARN (Amazon Resource Name) of the target group.
*)name : TargetGroupName.t option;The name of the target group.
*)type_ : TargetGroupType.t option;The target group type.
*)createdAt : Timestamp.t option;The date and time that the target group was created, in ISO-8601 format.
*)port : Port.t option;The port of the target group.
*)protocol : TargetGroupProtocol.t option;The protocol of the target group.
*)ipAddressType : IpAddressType.t option;The type of IP address used for the target group. The possible values are IPV4 and IPV6. This is an optional parameter. If not specified, the default is IPV4.
*)vpcIdentifier : VpcId.t option;The ID of the VPC of the target group.
*)lastUpdatedAt : Timestamp.t option;The date and time that the target group was last updated, in ISO-8601 format.
*)status : TargetGroupStatus.t option;The status.
*)serviceArns : ServiceArnList.t option;The Amazon Resource Names (ARNs) of the service.
*)lambdaEventStructureVersion : LambdaEventStructureVersion.t option;The version of the event structure that your Lambda function receives. Supported only if the target group type is LAMBDA.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Port.t
| `List of [> `String of ServiceArn.t ] list
| `String of TargetGroupId.t
| `Timestamp of Timestamp.t ])
list ]