Values.OpenSearchDataAccessPolicySourceThis structure contains information about the OpenSearch Service data access policy used for this integration. The access policy defines the access controls for the collection. This data access policy was automatically created as part of the integration setup. For more information about OpenSearch Service data access policies, see Data access control for Amazon OpenSearch Serverless in the OpenSearch Service Developer Guide.
type nonrec t = {policyName : OpenSearchPolicyName.t option;The name of the data access 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 ]