Class CfnAppMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnAppMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAppMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppMixinProps
@Stability(Stable)
@Internal
public static final class CfnAppMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAppMixinProps
An implementation for
CfnAppMixinProps-
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.cfnpropertymixins.services.sagemaker.CfnAppMixinProps
CfnAppMixinProps.Builder, CfnAppMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAppMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAppMixinProps.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 booleanfinal StringThe name of the app.final StringThe type of app.final StringThe domain ID.final ObjectIndicates whether the application is launched in recovery mode.final ObjectSpecifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.getTags()An array of key-value pairs to apply to this resource.final StringThe user profile name.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 theCfnAppMixinProps.Builder.
-
-
Method Details
-
getAppName
Description copied from interface:CfnAppMixinPropsThe name of the app.- Specified by:
getAppNamein interfaceCfnAppMixinProps- See Also:
-
getAppType
Description copied from interface:CfnAppMixinPropsThe type of app.- Specified by:
getAppTypein interfaceCfnAppMixinProps- See Also:
-
getDomainId
Description copied from interface:CfnAppMixinPropsThe domain ID.- Specified by:
getDomainIdin interfaceCfnAppMixinProps- See Also:
-
getRecoveryMode
Description copied from interface:CfnAppMixinPropsIndicates whether the application is launched in recovery mode.Returns union: either
BooleanorIResolvable- Specified by:
getRecoveryModein interfaceCfnAppMixinProps- See Also:
-
getResourceSpec
Description copied from interface:CfnAppMixinPropsSpecifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.Returns union: either
IResolvableorCfnAppPropsMixin.ResourceSpecProperty- Specified by:
getResourceSpecin interfaceCfnAppMixinProps- See Also:
-
getTags
Description copied from interface:CfnAppMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnAppMixinProps- See Also:
-
getUserProfileName
Description copied from interface:CfnAppMixinPropsThe user profile name.- Specified by:
getUserProfileNamein interfaceCfnAppMixinProps- 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()
-