AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an HTTP data source configuration.

Inheritance Hierarchy

System.Object
  Amazon.AppSync.Model.HttpDataSourceConfig

Namespace: Amazon.AppSync.Model
Assembly: AWSSDK.AppSync.dll
Version: 3.x.y.z

Syntax

C#
public class HttpDataSourceConfig

The HttpDataSourceConfig type exposes the following members

Constructors

NameDescription
Public Method HttpDataSourceConfig()

Properties

NameTypeDescription
Public Property AuthorizationConfig Amazon.AppSync.Model.AuthorizationConfig

Gets and sets the property AuthorizationConfig.

The authorization configuration in case the HTTP endpoint requires authorization.

Public Property Endpoint System.String

Gets and sets the property Endpoint.

The HTTP URL endpoint. You can specify either the domain name or IP, and port combination, and the URL scheme must be HTTP or HTTPS. If you don't specify the port, AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5