Values.CreateCollectionDetailSourceDetails about the created OpenSearch Serverless collection.
type nonrec t = {id : CollectionId.t option;The unique identifier of the collection.
*)name : CollectionName.t option;The name of the collection.
*)status : CollectionStatus.t option;The current status of the collection.
*)type_ : CollectionType.t option;The type of collection.
*)description : String_.t option;A description of the collection.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the collection.
*)kmsKeyArn : String_.t option;The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.
*)standbyReplicas : StandbyReplicas.t option;Creates details about an OpenSearch Serverless collection.
*)vectorOptions : VectorOptions.t option;Configuration options for vector search capabilities in the collection.
*)createdDate : Long.t option;The Epoch time when the collection was created.
*)lastModifiedDate : Long.t option;The date and time when the collection was last modified.
*)collectionGroupName : CollectionGroupName.t option;The name of the collection group that contains this collection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of CollectionId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]