Table of Contents

Class ConnectionAuthResponseParameters

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Contains the authorization parameters to use for the connection.

public class ConnectionAuthResponseParameters
Inheritance
ConnectionAuthResponseParameters
Inherited Members

Constructors

ConnectionAuthResponseParameters()

public ConnectionAuthResponseParameters()

Properties

ApiKeyAuthParameters

Gets and sets the property ApiKeyAuthParameters.

The API Key parameters to use for authorization.

public ConnectionApiKeyAuthResponseParameters ApiKeyAuthParameters { get; set; }

Property Value

ConnectionApiKeyAuthResponseParameters

BasicAuthParameters

Gets and sets the property BasicAuthParameters.

The authorization parameters for Basic authorization.

public ConnectionBasicAuthResponseParameters BasicAuthParameters { get; set; }

Property Value

ConnectionBasicAuthResponseParameters

InvocationHttpParameters

Gets and sets the property InvocationHttpParameters.

Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.

public ConnectionHttpParameters InvocationHttpParameters { get; set; }

Property Value

ConnectionHttpParameters

OAuthParameters

Gets and sets the property OAuthParameters.

The OAuth parameters to use for authorization.

public ConnectionOAuthResponseParameters OAuthParameters { get; set; }

Property Value

ConnectionOAuthResponseParameters