AWS::SageMaker::Domain RStudioServerProDomainSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::Domain RStudioServerProDomainSettings

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

DefaultResourceSpec

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

Required: No

Type: ResourceSpec

Update requires: Replacement

DomainExecutionRoleArn

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

Required: Yes

Type: String

Pattern: ^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$

Minimum: 20

Maximum: 2048

Update requires: No interruption

RStudioConnectUrl

A URL pointing to an RStudio Connect server.

Required: No

Type: String

Pattern: ^(https:|http:|www\.)\S*

Update requires: No interruption

RStudioPackageManagerUrl

A URL pointing to an RStudio Package Manager server.

Required: No

Type: String

Pattern: ^(https:|http:|www\.)\S*

Update requires: No interruption