DomainDefaultUserSettingsCanvasAppSettingsEmrServerlessSettings

data class DomainDefaultUserSettingsCanvasAppSettingsEmrServerlessSettings(val executionRoleArn: String? = null, val status: String? = null)

Constructors

constructor(executionRoleArn: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val status: String? = null

Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker AI Canvas application. Valid values are: ENABLED and DISABLED.