Values.GetOnClusterAppUIPresignedURLInputSourceThe presigned URL properties for the cluster's application user interface.
type nonrec t = {clusterId : XmlStringMaxLen256.t;The cluster ID associated with the cluster's application user interface presigned URL.
*)onClusterAppUIType : OnClusterAppUIType.t option;The application UI type associated with the cluster's application user interface presigned URL.
*)applicationId : XmlStringMaxLen256.t option;The application ID associated with the cluster's application user interface presigned URL.
*)dryRun : BooleanObject.t option;Determines if the user interface presigned URL is for a dry run.
*)executionRoleArn : ArnType.t option;The execution role ARN associated with the cluster's application user interface presigned URL.
*)}val make :
?onClusterAppUIType:??? ->
?applicationId:??? ->
?dryRun:??? ->
?executionRoleArn:??? ->
clusterId:XmlStringMaxLen256.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `String of XmlStringMaxLen256.t ])
list ]