class Aws::AppSync::Types::AuthorizationConfig
The authorization config in case the HTTP endpoint requires authorization.
@note When making an API call, you may pass AuthorizationConfig
data as a hash: { authorization_type: "AWS_IAM", # required, accepts AWS_IAM aws_iam_config: { signing_region: "String", signing_service_name: "String", }, }
@!attribute [rw] authorization_type
The authorization type required by the HTTP endpoint. * **AWS\_IAM**\: The authorization type is Sigv4. ^ @return [String]
@!attribute [rw] aws_iam_config
The Identity and Access Management settings. @return [Types::AwsIamConfig]
@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/AuthorizationConfig AWS API Documentation
Constants
- SENSITIVE