AWS::AppSync::DataSource AuthorizationConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AppSync::DataSource AuthorizationConfig

The AuthorizationConfig property type specifies the authorization type and configuration for an AWS AppSync http data source.

AuthorizationConfig is a property of the AWS AppSync DataSource HttpConfig property type.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

AuthorizationType

The authorization type that the HTTP endpoint requires.

  • AWS_IAM: The authorization type is Signature Version 4 (SigV4).

Required: Yes

Type: String

Allowed values: AWS_IAM

Update requires: No interruption

AwsIamConfig

The AWS Identity and Access Management settings.

Required: No

Type: AwsIamConfig

Update requires: No interruption