Class CfnDomain.RStudioServerProDomainSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.RStudioServerProDomainSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.RStudioServerProDomainSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.RStudioServerProDomainSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.RStudioServerProDomainSettingsProperty
An implementation for
CfnDomain.RStudioServerProDomainSettingsProperty-
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.CfnDomain.RStudioServerProDomainSettingsProperty
CfnDomain.RStudioServerProDomainSettingsProperty.Builder, CfnDomain.RStudioServerProDomainSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.RStudioServerProDomainSettingsProperty.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 ObjectA collection that defines the defaultInstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.final StringThe ARN of the execution role for theRStudioServerProDomain-level app.final StringA URL pointing to an RStudio Connect server.final StringA URL pointing to an RStudio Package Manager server.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 theCfnDomain.RStudioServerProDomainSettingsProperty.Builder.
-
-
Method Details
-
getDomainExecutionRoleArn
Description copied from interface:CfnDomain.RStudioServerProDomainSettingsPropertyThe ARN of the execution role for theRStudioServerProDomain-level app.- Specified by:
getDomainExecutionRoleArnin interfaceCfnDomain.RStudioServerProDomainSettingsProperty- See Also:
-
getDefaultResourceSpec
Description copied from interface:CfnDomain.RStudioServerProDomainSettingsPropertyA collection that defines the defaultInstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.Returns union: either
IResolvableorCfnDomain.ResourceSpecProperty- Specified by:
getDefaultResourceSpecin interfaceCfnDomain.RStudioServerProDomainSettingsProperty- See Also:
-
getRStudioConnectUrl
Description copied from interface:CfnDomain.RStudioServerProDomainSettingsPropertyA URL pointing to an RStudio Connect server.- Specified by:
getRStudioConnectUrlin interfaceCfnDomain.RStudioServerProDomainSettingsProperty- See Also:
-
getRStudioPackageManagerUrl
Description copied from interface:CfnDomain.RStudioServerProDomainSettingsPropertyA URL pointing to an RStudio Package Manager server.- Specified by:
getRStudioPackageManagerUrlin interfaceCfnDomain.RStudioServerProDomainSettingsProperty- 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()
-