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 AWS CloudFormation template, use the following syntax:
JSON
{ "AuthorizationType" :String"AwsIamConfig" : AwsIamConfig }
YAML
AuthorizationType:StringAwsIamConfig: AwsIamConfig
Properties
AuthorizationType-
The type for the Authorization.
Required: Yes
Type: String
Update requires: No interruption
AwsIamConfig-
The configuration for the Authorization.
Required: No
Type: AwsIamConfig
Update requires: No interruption
See Also
-
AuthorizationConfig operation in the AWS AppSync API Reference
