Values.SecurityConfigSummarySourceA summary of a security configuration for OpenSearch Serverless.
type nonrec t = {id : SecurityConfigId.t option;The unique identifier of the security configuration.
*)type_ : SecurityConfigType.t option;The type of security configuration.
*)configVersion : PolicyVersion.t option;The version of the security configuration.
*)description : ConfigDescription.t option;The description of the security configuration.
*)createdDate : Long.t option;The Epoch time when the security configuration was created.
*)lastModifiedDate : Long.t option;The timestamp of when the configuration was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of SecurityConfigId.t ])
list ]