Class CfnUserProfile.EmrSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfile.EmrSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfile.EmrSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfile.EmrSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnUserProfile.EmrSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfile.EmrSettingsProperty
An implementation for
CfnUserProfile.EmrSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnUserProfile.EmrSettingsProperty
CfnUserProfile.EmrSettingsProperty.Builder, CfnUserProfile.EmrSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfile.EmrSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanAn array of Amazon Resource Names (ARNs) of the IAM roles that the execution role of SageMaker can assume.An array of ARNs of IAM roles used by EMR cluster instances or job execution environments.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserProfile.EmrSettingsProperty.Builder.
-
-
Method Details
-
getAssumableRoleArns
Description copied from interface:CfnUserProfile.EmrSettingsPropertyAn array of Amazon Resource Names (ARNs) of the IAM roles that the execution role of SageMaker can assume.- Specified by:
getAssumableRoleArnsin interfaceCfnUserProfile.EmrSettingsProperty- See Also:
-
getExecutionRoleArns
Description copied from interface:CfnUserProfile.EmrSettingsPropertyAn array of ARNs of IAM roles used by EMR cluster instances or job execution environments.- Specified by:
getExecutionRoleArnsin interfaceCfnUserProfile.EmrSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-