You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppSync::Types::AuthorizationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::AuthorizationConfig
- Defined in:
- (unknown)
Overview
Note:
When passing AuthorizationConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
authorization_type: "AWS_IAM", # required, accepts AWS_IAM
aws_iam_config: {
signing_region: "String",
signing_service_name: "String",
},
}
The authorization config in case the HTTP endpoint requires authorization.
Returned by:
Instance Attribute Summary collapse
-
#authorization_type ⇒ String
The authorization type required by the HTTP endpoint.
-
#aws_iam_config ⇒ Types::AwsIamConfig
The AWS IAM settings.
Instance Attribute Details
#authorization_type ⇒ String
The authorization type required by the HTTP endpoint.
- AWS_IAM: The authorization type is Sigv4.
^
Possible values:
- AWS_IAM
#aws_iam_config ⇒ Types::AwsIamConfig
The AWS IAM settings.