Module Values.GetPolicyStoreAliasInputSource

Retrieves details about the specified policy store alias.

Sourcetype nonrec t = {
  1. aliasName : Alias.t;
    (*

    Specifies the name of the policy store alias that you want information about. The alias name must always be prefixed with policy-store-alias/.

    *)
}
Sourceval context_ : string
Sourceval make : aliasName:Alias.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Alias.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