Struct aws_sdk_sagemaker::types::DomainSettings
source · #[non_exhaustive]pub struct DomainSettings { /* private fields */ }
Expand description
A collection of settings that apply to the SageMaker Domain
. These settings are specified through the CreateDomain
API call.
Implementations§
source§impl DomainSettings
impl DomainSettings
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication between Domain-level apps and user apps.
sourcepub fn r_studio_server_pro_domain_settings(
&self
) -> Option<&RStudioServerProDomainSettings>
pub fn r_studio_server_pro_domain_settings( &self ) -> Option<&RStudioServerProDomainSettings>
A collection of settings that configure the RStudioServerPro
Domain-level app.
sourcepub fn execution_role_identity_config(
&self
) -> Option<&ExecutionRoleIdentityConfig>
pub fn execution_role_identity_config( &self ) -> Option<&ExecutionRoleIdentityConfig>
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
source§impl DomainSettings
impl DomainSettings
sourcepub fn builder() -> DomainSettingsBuilder
pub fn builder() -> DomainSettingsBuilder
Creates a new builder-style object to manufacture DomainSettings
.
Trait Implementations§
source§impl Clone for DomainSettings
impl Clone for DomainSettings
source§fn clone(&self) -> DomainSettings
fn clone(&self) -> DomainSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DomainSettings
impl Debug for DomainSettings
source§impl PartialEq<DomainSettings> for DomainSettings
impl PartialEq<DomainSettings> for DomainSettings
source§fn eq(&self, other: &DomainSettings) -> bool
fn eq(&self, other: &DomainSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.