Values.CreateCollectionGroupDetailSourceDetails about the created collection group.
type nonrec t = {id : CollectionGroupId.t option;The unique identifier of the collection group.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the collection group.
*)name : CollectionGroupName.t option;The name of the collection group.
*)standbyReplicas : StandbyReplicas.t option;Indicates whether standby replicas are used for the collection group.
*)description : String_.t option;The description of the collection group.
*)createdDate : Long.t option;The Epoch time when the collection group was created.
*)capacityLimits : CollectionGroupCapacityLimits.t option;The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Long of Long.t
| `String of CollectionGroupId.t
| `Structure of
(string * [> `Float of CollectionGroupIndexingCapacityValue.t ])
list ])
list ]