Struct aws_sdk_amplifybackend::model::CreateBackendAuthIdentityPoolConfig [−][src]
#[non_exhaustive]pub struct CreateBackendAuthIdentityPoolConfig {
pub identity_pool_name: Option<String>,
pub unauthenticated_login: bool,
}
Expand description
Describes authorization configurations for the auth resources, configured as a part of your Amplify project.
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.identity_pool_name: Option<String>
Name of the Amazon Cognito identity pool used for authorization.
unauthenticated_login: bool
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
Implementations
Name of the Amazon Cognito identity pool used for authorization.
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
Creates a new builder-style object to manufacture CreateBackendAuthIdentityPoolConfig
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 CreateBackendAuthIdentityPoolConfig
impl Sync for CreateBackendAuthIdentityPoolConfig
impl Unpin for CreateBackendAuthIdentityPoolConfig
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