Values.CreatePersistentAppUIInputSourceCreates a persistent application user interface.
type nonrec t = {targetResourceArn : ArnType.t;The unique Amazon Resource Name (ARN) of the target resource.
*)eMRContainersConfig : EMRContainersConfig.t option;The EMR containers configuration.
*)xReferer : String_.t option;The cross reference for the persistent application user interface.
*)profilerType : ProfilerType.t option;The profiler type for the persistent application user interface.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of ArnType.t
| `Structure of (string * [> `String of XmlStringMaxLen256.t ]) list ])
list ]