class Aws::AppSync::Types::HttpDataSourceConfig
Describes an HTTP data source configuration.
@note When making an API call, you may pass HttpDataSourceConfig
data as a hash: { endpoint: "String", authorization_config: { authorization_type: "AWS_IAM", # required, accepts AWS_IAM aws_iam_config: { signing_region: "String", signing_service_name: "String", }, }, }
@!attribute [rw] endpoint
The HTTP URL endpoint. You can either specify the domain name or IP, and port combination, and the URL scheme must be HTTP or HTTPS. If the port is not specified, AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints. @return [String]
@!attribute [rw] authorization_config
The authorization config in case the HTTP endpoint requires authorization. @return [Types::AuthorizationConfig]
@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/HttpDataSourceConfig AWS API Documentation
Constants
- SENSITIVE