Show / Hide Table of Contents

Interface IConnection

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

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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

string

Remarks

Stability: Deprecated

Attribute: true

ConnectionName

(deprecated) The name of the connection.

[Obsolete]
string ConnectionName { get; }
Property Value

string

Remarks

Stability: Deprecated

Attribute: true

Back to top Generated by DocFX