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