Show / Hide Table of Contents

Interface IConnection

Interface for EventBus Connections.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IConnectionRef.ConnectionRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IConnection : IResource, IConnectionRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IConnection Inherits IResource, IConnectionRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

ConnectionArn

The ARN of the connection created.

ConnectionName

The Name for the connection.

ConnectionSecretArn

The ARN for the secret created for the connection.

Properties

ConnectionArn

The ARN of the connection created.

string ConnectionArn { get; }
Property Value

string

Remarks

Attribute: true

ConnectionName

The Name for the connection.

string ConnectionName { get; }
Property Value

string

Remarks

Attribute: true

ConnectionSecretArn

The ARN for the secret created for the connection.

string ConnectionSecretArn { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX