Module Values.AuthorizeEndpointAccessMessageSource

Grants access to a cluster.

Sourcetype nonrec t = {
  1. clusterIdentifier : String_.t option;
    (*

    The cluster identifier of the cluster to grant access to.

    *)
  2. account : String_.t;
    (*

    The Amazon Web Services account ID to grant access to.

    *)
  3. vpcIds : VpcIdentifierList.t option;
    (*

    The virtual private cloud (VPC) identifiers to grant access to.

    *)
}
Sourceval context_ : string
Sourceval make : ?clusterIdentifier:??? -> ?vpcIds:??? -> account:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) 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