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:
JSON
{ "DefaultResourceSpec" :ResourceSpec, "DomainExecutionRoleArn" :String, "RStudioConnectUrl" :String, "RStudioPackageManagerUrl" :String}
YAML
DefaultResourceSpec:ResourceSpecDomainExecutionRoleArn:StringRStudioConnectUrl:StringRStudioPackageManagerUrl:String
Properties
DefaultResourceSpec-
A collection that defines the default
InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.Required: No
Type: ResourceSpec
Update requires: Replacement
DomainExecutionRoleArn-
The ARN of the execution role for the
RStudioServerProDomain-level app.Required: Yes
Type: String
Minimum:
20Maximum:
2048Pattern:
^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$Update requires: No interruption
RStudioConnectUrl-
A URL pointing to an RStudio Connect server.
Required: No
Type: String
Update requires: No interruption
RStudioPackageManagerUrl-
A URL pointing to an RStudio Package Manager server.
Required: No
Type: String
Update requires: No interruption