Values_2.TrafficDistributionGroupSummarySourceInformation about traffic distribution groups.
type nonrec t = {id : Values_0.TrafficDistributionGroupId.t option;The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
*)arn : Values_0.TrafficDistributionGroupArn.t option;The Amazon Resource Name (ARN) of the traffic distribution group.
*)name : Values_0.Name128.t option;The name of the traffic distribution group.
*)instanceArn : Values_1.InstanceArn.t option;The Amazon Resource Name (ARN) of the traffic distribution group.
*)status : Values_1.TrafficDistributionGroupStatus.t option;The status of the traffic distribution group. CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed. ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded. CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed. PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed. DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed. UPDATE_IN_PROGRESS means the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
*)isDefault : Values_0.Boolean.t option;Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as part of the process for deleting a replica.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.TrafficDistributionGroupId.t ])
list ]