public static interface CfnDomain.RStudioServerProDomainSettingsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; RStudioServerProDomainSettingsProperty rStudioServerProDomainSettingsProperty = RStudioServerProDomainSettingsProperty.builder() .domainExecutionRoleArn("domainExecutionRoleArn") // the properties below are optional .defaultResourceSpec(ResourceSpecProperty.builder() .instanceType("instanceType") .lifecycleConfigArn("lifecycleConfigArn") .sageMakerImageArn("sageMakerImageArn") .sageMakerImageVersionArn("sageMakerImageVersionArn") .build()) .rStudioConnectUrl("rStudioConnectUrl") .rStudioPackageManagerUrl("rStudioPackageManagerUrl") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDomain.RStudioServerProDomainSettingsProperty.Builder
A builder for
CfnDomain.RStudioServerProDomainSettingsProperty |
static class |
CfnDomain.RStudioServerProDomainSettingsProperty.Jsii$Proxy
An implementation for
CfnDomain.RStudioServerProDomainSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDomain.RStudioServerProDomainSettingsProperty.Builder |
builder() |
default java.lang.Object |
getDefaultResourceSpec()
A collection that defines the default `InstanceType` , `SageMakerImageArn` , and `SageMakerImageVersionArn` for the Domain.
|
java.lang.String |
getDomainExecutionRoleArn()
The ARN of the execution role for the `RStudioServerPro` Domain-level app.
|
default java.lang.String |
getRStudioConnectUrl()
A URL pointing to an RStudio Connect server.
|
default java.lang.String |
getRStudioPackageManagerUrl()
A URL pointing to an RStudio Package Manager server.
|
java.lang.String getDomainExecutionRoleArn()
default java.lang.Object getDefaultResourceSpec()
default java.lang.String getRStudioConnectUrl()
default java.lang.String getRStudioPackageManagerUrl()
static CfnDomain.RStudioServerProDomainSettingsProperty.Builder builder()