Struct aws_sdk_appsync::model::additional_authentication_provider::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AdditionalAuthenticationProvider
Implementations
The authentication type: API key, Identity and Access Management, OIDC, Amazon Cognito user pools, or Amazon Web Services Lambda.
The authentication type: API key, Identity and Access Management, OIDC, Amazon Cognito user pools, or Amazon Web Services Lambda.
The OpenID Connect configuration.
The OpenID Connect configuration.
The Amazon Cognito user pool configuration.
The Amazon Cognito user pool configuration.
Configuration for Amazon Web Services Lambda function authorization.
Configuration for Amazon Web Services Lambda function authorization.
Consumes the builder and constructs a AdditionalAuthenticationProvider
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