Interface IConnection
(experimental) Interface representing a created or an imported Connection.
Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public interface IConnection : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IConnection Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Experimental
Synopsis
Properties
| ConnectionArn | (experimental) The ARN of the connection. |
| ConnectionName | (experimental) The name of the connection. |
Properties
ConnectionArn
(experimental) The ARN of the connection.
string ConnectionArn { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
ConnectionName
(experimental) The name of the connection.
string ConnectionName { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true