Struct aws_sdk_appsync::model::CognitoUserPoolConfig
source · #[non_exhaustive]pub struct CognitoUserPoolConfig { /* private fields */ }
Expand description
Describes an Amazon Cognito user pool configuration.
Implementations§
source§impl CognitoUserPoolConfig
impl CognitoUserPoolConfig
sourcepub fn user_pool_id(&self) -> Option<&str>
pub fn user_pool_id(&self) -> Option<&str>
The user pool ID.
sourcepub fn aws_region(&self) -> Option<&str>
pub fn aws_region(&self) -> Option<&str>
The Amazon Web Services Region in which the user pool was created.
sourcepub fn app_id_client_regex(&self) -> Option<&str>
pub fn app_id_client_regex(&self) -> Option<&str>
A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.
source§impl CognitoUserPoolConfig
impl CognitoUserPoolConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CognitoUserPoolConfig
.
Trait Implementations§
source§impl Clone for CognitoUserPoolConfig
impl Clone for CognitoUserPoolConfig
source§fn clone(&self) -> CognitoUserPoolConfig
fn clone(&self) -> CognitoUserPoolConfig
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 CognitoUserPoolConfig
impl Debug for CognitoUserPoolConfig
source§impl PartialEq<CognitoUserPoolConfig> for CognitoUserPoolConfig
impl PartialEq<CognitoUserPoolConfig> for CognitoUserPoolConfig
source§fn eq(&self, other: &CognitoUserPoolConfig) -> bool
fn eq(&self, other: &CognitoUserPoolConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.