Module Values_0.EmrServerlessSettingsSource

The settings for running Amazon EMR Serverless jobs in SageMaker Canvas.

Sourcetype nonrec t = {
  1. executionRoleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services IAM role that is assumed for running Amazon EMR Serverless jobs in SageMaker Canvas. This role should have the necessary permissions to read and write data attached and a trust relationship with EMR Serverless.

    *)
  2. status : FeatureStatus.t option;
    (*

    Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker Canvas application.

    *)
}
Sourceval make : ?executionRoleArn:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoleArn.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