Domain Domain Settings RStudio Server Pro Domain Settings Args
data class DomainDomainSettingsRStudioServerProDomainSettingsArgs(val defaultResourceSpec: Output<DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpecArgs>? = null, val domainExecutionRoleArn: Output<String>, val rStudioConnectUrl: Output<String>? = null, val rStudioPackageManagerUrl: Output<String>? = null) : ConvertibleToJava<DomainDomainSettingsRStudioServerProDomainSettingsArgs>
Constructors
Link copied to clipboard
constructor(defaultResourceSpec: Output<DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpecArgs>? = null, domainExecutionRoleArn: Output<String>, rStudioConnectUrl: Output<String>? = null, rStudioPackageManagerUrl: Output<String>? = null)
Properties
Link copied to clipboard
val defaultResourceSpec: Output<DomainDomainSettingsRStudioServerProDomainSettingsDefaultResourceSpecArgs>? = null
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
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.