@Stability(value=Stable)
public static interface CfnDomain.RStudioServerProDomainSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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")
.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 Object |
getDefaultResourceSpec()
A collection that defines the default `InstanceType` , `SageMakerImageArn` , and `SageMakerImageVersionArn` for the Domain.
|
String |
getDomainExecutionRoleArn()
The ARN of the execution role for the `RStudioServerPro` Domain-level app.
|
default String |
getRStudioConnectUrl()
A URL pointing to an RStudio Connect server.
|
default String |
getRStudioPackageManagerUrl()
A URL pointing to an RStudio Package Manager server.
|
@Stability(value=Stable) @NotNull String getDomainExecutionRoleArn()
@Stability(value=Stable) @Nullable default Object getDefaultResourceSpec()
@Stability(value=Stable) @Nullable default String getRStudioConnectUrl()
@Stability(value=Stable) @Nullable default String getRStudioPackageManagerUrl()
@Stability(value=Stable) static CfnDomain.RStudioServerProDomainSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.