Table of Contents

Class CreateConnectionRequest

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

Container for the parameters to the CreateConnection operation. Creates a connection. A connection defines the authorization type and credentials to use for authorization with an API destination HTTP endpoint.

public class CreateConnectionRequest : AmazonEventBridgeRequest
Inheritance
CreateConnectionRequest

Constructors

CreateConnectionRequest()

public CreateConnectionRequest()

Properties

AuthParameters

Gets and sets the property AuthParameters.

A CreateConnectionAuthRequestParameters object that contains the authorization parameters to use to authorize with the endpoint.

public CreateConnectionAuthRequestParameters AuthParameters { get; set; }

Property Value

CreateConnectionAuthRequestParameters

AuthorizationType

Gets and sets the property AuthorizationType.

The type of authorization to use for the connection.

note

OAUTH tokens are refreshed when a 401 or 407 response is returned.

public ConnectionAuthorizationType AuthorizationType { get; set; }

Property Value

ConnectionAuthorizationType

Description

Gets and sets the property Description.

A description for the connection to create.

public string Description { get; set; }

Property Value

string

Name

Gets and sets the property Name.

The name for the connection to create.

public string Name { get; set; }

Property Value

string