Values.GetPersistentAppUIPresignedURLInputSourceThe presigned URL properties for the cluster's application user interface.
type nonrec t = {persistentAppUIId : XmlStringMaxLen256.t;The persistent application user interface ID associated with the presigned URL.
*)persistentAppUIType : PersistentAppUIType.t option;The persistent application user interface type associated with the presigned URL.
*)applicationId : XmlStringMaxLen256.t option;The application ID associated with the presigned URL.
*)authProxyCall : BooleanObject.t option;A boolean that represents if the caller is an authentication proxy call.
*)executionRoleArn : ArnType.t option;The execution role ARN associated with the presigned URL.
*)}val make :
?persistentAppUIType:??? ->
?applicationId:??? ->
?authProxyCall:??? ->
?executionRoleArn:??? ->
persistentAppUIId:XmlStringMaxLen256.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `String of XmlStringMaxLen256.t ])
list ]