AWS AppSync DataSource HttpConfig
Use the
HttpConfig property type to specify HttpConfig for an AWS AppSync data
source.
HttpConfig is a property of the AWS::AppSync::DataSource resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AuthorizationConfig" : AuthorizationConfig "Endpoint" :String}
YAML
AuthorizationConfig: AuthorizationConfig Endpoint: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
See Also
-
HttpDataSourceConfig operation in the AWS AppSync API Reference
