Struct aws_sdk_appsync::model::AuthorizationConfig
source · [−]#[non_exhaustive]pub struct AuthorizationConfig {
pub authorization_type: Option<AuthorizationType>,
pub aws_iam_config: Option<AwsIamConfig>,
}
Expand description
The authorization configuration 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 that the HTTP endpoint requires.
-
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
aws_iam_config: Option<AwsIamConfig>
The Identity and Access Management (IAM) settings.
Implementations
The authorization type that the HTTP endpoint requires.
-
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
The Identity and Access Management (IAM) 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