Struct aws_sdk_sagemaker::model::RStudioServerProDomainSettings [−][src]
#[non_exhaustive]pub struct RStudioServerProDomainSettings {
pub domain_execution_role_arn: Option<String>,
pub r_studio_connect_url: Option<String>,
pub r_studio_package_manager_url: Option<String>,
pub default_resource_spec: Option<ResourceSpec>,
}
Expand description
A collection of settings that configure the RStudioServerPro
Domain-level app.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.domain_execution_role_arn: Option<String>
The ARN of the execution role for the RStudioServerPro
Domain-level app.
r_studio_connect_url: Option<String>
A URL pointing to an RStudio Connect server.
r_studio_package_manager_url: Option<String>
A URL pointing to an RStudio Package Manager server.
default_resource_spec: Option<ResourceSpec>
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
Implementations
The ARN of the execution role for the RStudioServerPro
Domain-level app.
A URL pointing to an RStudio Connect server.
A URL pointing to an RStudio Package Manager server.
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
Creates a new builder-style object to manufacture RStudioServerProDomainSettings
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for RStudioServerProDomainSettings
impl Sync for RStudioServerProDomainSettings
impl Unpin for RStudioServerProDomainSettings
impl UnwindSafe for RStudioServerProDomainSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more