Module Values.GetPersistentAppUIPresignedURLInputSource

The presigned URL properties for the cluster's application user interface.

Sourcetype nonrec t = {
  1. persistentAppUIId : XmlStringMaxLen256.t;
    (*

    The persistent application user interface ID associated with the presigned URL.

    *)
  2. persistentAppUIType : PersistentAppUIType.t option;
    (*

    The persistent application user interface type associated with the presigned URL.

    *)
  3. applicationId : XmlStringMaxLen256.t option;
    (*

    The application ID associated with the presigned URL.

    *)
  4. authProxyCall : BooleanObject.t option;
    (*

    A boolean that represents if the caller is an authentication proxy call.

    *)
  5. executionRoleArn : ArnType.t option;
    (*

    The execution role ARN associated with the presigned URL.

    *)
}
Sourceval context_ : string
Sourceval make : ?persistentAppUIType:??? -> ?applicationId:??? -> ?authProxyCall:??? -> ?executionRoleArn:??? -> persistentAppUIId:XmlStringMaxLen256.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of XmlStringMaxLen256.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