interface IntegrationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Redshift.IntegrationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsredshift#IntegrationReference |
Java | software.amazon.awscdk.services.redshift.IntegrationReference |
Python | aws_cdk.aws_redshift.IntegrationReference |
TypeScript | aws-cdk-lib » aws_redshift » IntegrationReference |
A reference to a Integration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_redshift as redshift } from 'aws-cdk-lib';
const integrationReference: redshift.IntegrationReference = {
integrationArn: 'integrationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| integration | string | The IntegrationArn of the Integration resource. |
integrationArn
Type:
string
The IntegrationArn of the Integration resource.

.NET
Go
Java
Python
TypeScript