Domain RStudio Server Pro Domain Settings Args
data class DomainRStudioServerProDomainSettingsArgs(val defaultResourceSpec: Output<DomainResourceSpecArgs>? = null, val domainExecutionRoleArn: Output<String>, val rStudioConnectUrl: Output<String>? = null, val rStudioPackageManagerUrl: Output<String>? = null) : ConvertibleToJava<DomainRStudioServerProDomainSettingsArgs>
A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.
Constructors
Link copied to clipboard
constructor(defaultResourceSpec: Output<DomainResourceSpecArgs>? = null, domainExecutionRoleArn: Output<String>, rStudioConnectUrl: Output<String>? = null, rStudioPackageManagerUrl: Output<String>? = null)
Properties
Link copied to clipboard
A collection that defines the default InstanceType
, SageMakerImageArn
, and SageMakerImageVersionArn
for the Domain.
Link copied to clipboard
The ARN of the execution role for the RStudioServerPro Domain-level app.
Link copied to clipboard
A URL pointing to an RStudio Connect server.
Link copied to clipboard
A URL pointing to an RStudio Package Manager server.