UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettingsArgs

data class UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettingsArgs(val executionRoleArn: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettingsArgs>

Constructors

constructor(executionRoleArn: Output<String>? = null, status: Output<String>? = null)

Properties

Link copied to clipboard
val executionRoleArn: Output<String>? = null

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettingsArgs