AWS::AppSync::DataSource HttpConfig
Use the HttpConfig property type to specify HttpConfig for an Amazon AppSync data source.
HttpConfig is a property of the AWS::AppSync::DataSource resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AuthorizationConfig" :AuthorizationConfig, "Endpoint" :String}
YAML
AuthorizationConfig:AuthorizationConfigEndpoint:String
Properties
AuthorizationConfig-
The authorization configuration.
Required: No
Type: AuthorizationConfig
Update requires: No interruption
Endpoint-
The endpoint.
Required: Yes
Type: String
Update requires: No interruption