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
Syntax (vb)
Public Interface IConnection
Inherits IResource, IConstruct, IDependable
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
System.String
Remarks
Stability: Experimental
Attribute: true
ConnectionName
(experimental) The name of the connection.
string ConnectionName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true