Values.OpenSearchEncryptionPolicySourceThis structure contains information about the OpenSearch Service encryption policy used for this integration. The encryption policy was created automatically when you created the integration. For more information, see Encryption policies in the OpenSearch Service Developer Guide.
type nonrec t = {policyName : OpenSearchPolicyName.t option;The name of the encryption policy.
*)status : OpenSearchResourceStatus.t option;This structure contains information about the status of this OpenSearch Service resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of OpenSearchPolicyName.t
| `Structure of
(string
* [> `Enum of string | `String of IntegrationStatusMessage.t ])
list ])
list ]