Module Values.CreatePersistentAppUIInputSource

Creates a persistent application user interface.

Sourcetype nonrec t = {
  1. targetResourceArn : ArnType.t;
    (*

    The unique Amazon Resource Name (ARN) of the target resource.

    *)
  2. eMRContainersConfig : EMRContainersConfig.t option;
    (*

    The EMR containers configuration.

    *)
  3. tags : TagList.t option;
    (*

    Tags for the persistent application user interface.

    *)
  4. xReferer : String_.t option;
    (*

    The cross reference for the persistent application user interface.

    *)
  5. profilerType : ProfilerType.t option;
    (*

    The profiler type for the persistent application user interface.

    *)
}
Sourceval context_ : string
Sourceval make : ?eMRContainersConfig:??? -> ?tags:??? -> ?xReferer:??? -> ?profilerType:??? -> targetResourceArn:ArnType.t -> unit -> t
Sourceval 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 ]
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