AWS::SageMaker::Domain RStudioServerProDomainSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::Domain RStudioServerProDomainSettings

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

Syntax

To declare this entity in your 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