Struct aws_sdk_amplifybackend::model::update_backend_auth_resource_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateBackendAuthResourceConfig
Implementations
Defines the service name to use when configuring an authentication resource in your Amplify project.
Defines the service name to use when configuring an authentication resource in your Amplify project.
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
pub fn set_identity_pool_configs(
self,
input: Option<UpdateBackendAuthIdentityPoolConfig>
) -> Self
pub fn set_identity_pool_configs(
self,
input: Option<UpdateBackendAuthIdentityPoolConfig>
) -> Self
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
Defines the service name to use when configuring an authentication resource in your Amplify project.
Defines the service name to use when configuring an authentication resource in your Amplify project.
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
Consumes the builder and constructs a UpdateBackendAuthResourceConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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