Show / Hide Table of Contents

Interface IConnection

(experimental) Interface representing a created or an imported Connection.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public interface IConnection : IResource, IConstruct, IDependable
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

string

Remarks

Stability: Experimental

Attribute: true

ConnectionName

(experimental) The name of the connection.

string ConnectionName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX