Module Values.GetOnClusterAppUIPresignedURLInputSource

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

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

    The cluster ID associated with the cluster's application user interface presigned URL.

    *)
  2. onClusterAppUIType : OnClusterAppUIType.t option;
    (*

    The application UI type associated with the cluster's application user interface presigned URL.

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

    The application ID associated with the cluster's application user interface presigned URL.

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

    Determines if the user interface presigned URL is for a dry run.

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

    The execution role ARN associated with the cluster's application user interface presigned URL.

    *)
}
Sourceval context_ : string
Sourceval make : ?onClusterAppUIType:??? -> ?applicationId:??? -> ?dryRun:??? -> ?executionRoleArn:??? -> clusterId: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