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.

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.

For more information, see Connections for endpoint targets in the Amazon EventBridge User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EventBridge.AmazonEventBridgeRequest
      Amazon.EventBridge.Model.CreateConnectionRequest

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

Syntax

C#
public class CreateConnectionRequest : AmazonEventBridgeRequest
         IAmazonWebServiceRequest

The CreateConnectionRequest type exposes the following members

Constructors

NameDescription
Public Method CreateConnectionRequest()

Properties

NameTypeDescription
Public Property AuthorizationType Amazon.EventBridge.ConnectionAuthorizationType

Gets and sets the property AuthorizationType.

The type of authorization to use for the connection.

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

Public Property AuthParameters Amazon.EventBridge.Model.CreateConnectionAuthRequestParameters

Gets and sets the property AuthParameters.

The authorization parameters to use to authorize with the endpoint.

You must include only authorization parameters for the AuthorizationType you specify.

Public Property Description System.String

Gets and sets the property Description.

A description for the connection to create.

Public Property InvocationConnectivityParameters Amazon.EventBridge.Model.ConnectivityResourceParameters

Gets and sets the property InvocationConnectivityParameters.

For connections to private resource endpoints, the parameters to use for invoking the resource endpoint.

For more information, see Connecting to private resources in the Amazon EventBridge User Guide .

Public Property Name System.String

Gets and sets the property Name.

The name for the connection to create.

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