A collection of settings that configure the RStudioServerPro
Domain-level
app.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DefaultResourceSpec" : ResourceSpec
,
"DomainExecutionRoleArn" : String
,
"RStudioConnectUrl" : String
,
"RStudioPackageManagerUrl" : String
}
YAML
DefaultResourceSpec:
ResourceSpec
DomainExecutionRoleArn: String
RStudioConnectUrl: String
RStudioPackageManagerUrl: String
Properties
DefaultResourceSpec
-
A collection that defines the default
InstanceType
,SageMakerImageArn
, andSageMakerImageVersionArn
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