Values.OpenSearchNetworkPolicySourceThis structure contains information about the OpenSearch Service network policy used for this integration. The network policy assigns network access settings to collections. For more information, see Network policies in the OpenSearch Service Developer Guide.
type nonrec t = {policyName : OpenSearchPolicyName.t option;The name of the network 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 ]