interface IConnectionRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Glue.IConnectionRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#IConnectionRef | 
|  Java | software.amazon.awscdk.services.glue.IConnectionRef | 
|  Python | aws_cdk.aws_glue.IConnectionRef | 
|  TypeScript | aws-cdk-lib»aws_glue»IConnectionRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a Connection.
Properties
| Name | Type | Description | 
|---|---|---|
| connection | Connection | A reference to a Connection resource. | 
| node | Node | The tree node. | 
connectionRef
Type:
Connection
A reference to a Connection resource.
node
Type:
Node
The tree node.
