AWS::AppSync::DataSource AuthorizationConfig
The AuthorizationConfig property type specifies the authorization type and configuration for an
Amazon AppSync http data source.
AuthorizationConfig is a property of the Amazon AppSync DataSource HttpConfig property type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AuthorizationType" :String, "AwsIamConfig" :AwsIamConfig}
YAML
AuthorizationType:StringAwsIamConfig:AwsIamConfig
Properties
AuthorizationType-
The authorization type that the HTTP endpoint requires.
-
AWS_IAM: The authorization type is Signature Version 4 (SigV4).
Required: Yes
Type: String
Update requires: No interruption
-
AwsIamConfig-
The Amazon Identity and Access Management settings.
Required: No
Type: AwsIamConfig
Update requires: No interruption