interface IIntegrationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Redshift.IIntegrationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsredshift#IIntegrationRef |
Java | software.amazon.awscdk.services.redshift.IIntegrationRef |
Python | aws_cdk.aws_redshift.IIntegrationRef |
TypeScript | aws-cdk-lib » aws_redshift » IIntegrationRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Integration.
Properties
| Name | Type | Description |
|---|---|---|
| integration | Integration | A reference to a Integration resource. |
| node | Node | The tree node. |
integrationRef
Type:
Integration
A reference to a Integration resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript