UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettings class

Constructors

UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettings({Input<String?>? executionRoleArn, Input<String?>? status})
Creates a new UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettings. executionRoleArn 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. status Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker AI Canvas application. Valid values are: ENABLED and DISABLED.
const
UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettings.fromMap(Map<String, dynamic> map)
factory

Properties

executionRoleArn → Input<String?>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → Input<String?>?
Describes whether Amazon EMR Serverless job capabilities are enabled or disabled in the SageMaker AI Canvas application. Valid values are: ENABLED and DISABLED.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited