HttpDataSourceConfig

public struct HttpDataSourceConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The authorization config in case the HTTP endpoint requires authorization.

    Declaration

    Swift

    public let authorizationConfig: AuthorizationConfig?
  • 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, AWS AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.

    Declaration

    Swift

    public let endpoint: String?
  • Undocumented

    Declaration

    Swift

    public init(authorizationConfig: AuthorizationConfig? = nil, endpoint: String? = nil)