aws-cdk-lib.aws_sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty

interface RStudioServerProDomainSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDomain_RStudioServerProDomainSettingsProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty
Pythonaws_cdk.aws_sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnDomain » RStudioServerProDomainSettingsProperty

A collection of settings that configure the RStudioServerPro Domain-level app.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const rStudioServerProDomainSettingsProperty: sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty = {
  domainExecutionRoleArn: 'domainExecutionRoleArn',

  // the properties below are optional
  defaultResourceSpec: {
    instanceType: 'instanceType',
    lifecycleConfigArn: 'lifecycleConfigArn',
    sageMakerImageArn: 'sageMakerImageArn',
    sageMakerImageVersionArn: 'sageMakerImageVersionArn',
  },
  rStudioConnectUrl: 'rStudioConnectUrl',
  rStudioPackageManagerUrl: 'rStudioPackageManagerUrl',
};

Properties

NameTypeDescription
domainExecutionRoleArnstringThe ARN of the execution role for the RStudioServerPro Domain-level app.
defaultResourceSpec?IResolvable | ResourceSpecPropertyA collection that defines the default InstanceType , SageMakerImageArn , and SageMakerImageVersionArn for the Domain.
rStudioConnectUrl?stringA URL pointing to an RStudio Connect server.
rStudioPackageManagerUrl?stringA URL pointing to an RStudio Package Manager server.

domainExecutionRoleArn

Type: string

The ARN of the execution role for the RStudioServerPro Domain-level app.


defaultResourceSpec?

Type: IResolvable | ResourceSpecProperty (optional)

A collection that defines the default InstanceType , SageMakerImageArn , and SageMakerImageVersionArn for the Domain.


rStudioConnectUrl?

Type: string (optional)

A URL pointing to an RStudio Connect server.


rStudioPackageManagerUrl?

Type: string (optional)

A URL pointing to an RStudio Package Manager server.