Struct aws_sdk_sagemaker::model::CognitoConfig [−][src]
#[non_exhaustive]pub struct CognitoConfig {
pub user_pool: Option<String>,
pub client_id: Option<String>,
}
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.
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.user_pool: Option<String>
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.
client_id: Option<String>
The client ID for your Amazon Cognito user pool.
Implementations
Creates a new builder-style object to manufacture CognitoConfig
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 RefUnwindSafe for CognitoConfig
impl Send for CognitoConfig
impl Sync for CognitoConfig
impl Unpin for CognitoConfig
impl UnwindSafe for CognitoConfig
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