DomainRStudioServerProDomainSettings

data class DomainRStudioServerProDomainSettings(val defaultResourceSpec: DomainResourceSpec? = null, val domainExecutionRoleArn: String, val rStudioConnectUrl: String? = null, val rStudioPackageManagerUrl: String? = null)

A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.

Constructors

Link copied to clipboard
constructor(defaultResourceSpec: DomainResourceSpec? = null, domainExecutionRoleArn: String, rStudioConnectUrl: String? = null, rStudioPackageManagerUrl: String? = null)

Types

Link copied to clipboard
object Companion

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.