Struct aws_sdk_appsync::model::AuthorizationConfig [−][src]
#[non_exhaustive]pub struct AuthorizationConfig {
pub authorization_type: Option<AuthorizationType>,
pub aws_iam_config: Option<AwsIamConfig>,
}
Expand description
The authorization config in case the HTTP endpoint requires authorization.
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.The authorization type required by the HTTP endpoint.
-
AWS_IAM: The authorization type is Sigv4.
aws_iam_config: Option<AwsIamConfig>
The Identity and Access Management settings.
Implementations
The authorization type required by the HTTP endpoint.
-
AWS_IAM: The authorization type is Sigv4.
The Identity and Access Management settings.
Creates a new builder-style object to manufacture AuthorizationConfig
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 AuthorizationConfig
impl Send for AuthorizationConfig
impl Sync for AuthorizationConfig
impl Unpin for AuthorizationConfig
impl UnwindSafe for AuthorizationConfig
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