Struct aws_sdk_sagemaker::model::CognitoConfig
source · #[non_exhaustive]pub struct CognitoConfig { /* private fields */ }
Expand description
Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
Implementations§
source§impl CognitoConfig
impl CognitoConfig
sourcepub fn user_pool(&self) -> Option<&str>
pub fn user_pool(&self) -> Option<&str>
A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.
source§impl CognitoConfig
impl CognitoConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CognitoConfig
.
Trait Implementations§
source§impl Clone for CognitoConfig
impl Clone for CognitoConfig
source§fn clone(&self) -> CognitoConfig
fn clone(&self) -> CognitoConfig
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 CognitoConfig
impl Debug for CognitoConfig
source§impl PartialEq<CognitoConfig> for CognitoConfig
impl PartialEq<CognitoConfig> for CognitoConfig
source§fn eq(&self, other: &CognitoConfig) -> bool
fn eq(&self, other: &CognitoConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.