Interface IConnection
Interface for EventBus Connections.
Inherited Members
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
Remarks
Attribute: true
ConnectionName
The Name for the connection.
string ConnectionName { get; }
Property Value
Remarks
Attribute: true
ConnectionSecretArn
The ARN for the secret created for the connection.
string ConnectionSecretArn { get; }
Property Value
Remarks
Attribute: true