Module Values.OpenSearchNetworkPolicySource

This 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.

Sourcetype nonrec t = {
  1. policyName : OpenSearchPolicyName.t option;
    (*

    The name of the network policy.

    *)
  2. status : OpenSearchResourceStatus.t option;
    (*

    This structure contains information about the status of this OpenSearch Service resource.

    *)
}
Sourceval make : ?policyName:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OpenSearchPolicyName.t | `Structure of (string * [> `Enum of string | `String of IntegrationStatusMessage.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t