interface IDataIntegrationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AppIntegrations.IDataIntegrationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappintegrations#IDataIntegrationRef |
Java | software.amazon.awscdk.services.appintegrations.IDataIntegrationRef |
Python | aws_cdk.aws_appintegrations.IDataIntegrationRef |
TypeScript | aws-cdk-lib » aws_appintegrations » IDataIntegrationRef |
Implemented by
Cfn
Obtainable from
Cfn.fromDataIntegrationArn(), Cfn.fromDataIntegrationId()
Indicates that this resource can be referenced as a DataIntegration.
Properties
| Name | Type | Description |
|---|---|---|
| data | Data | A reference to a DataIntegration resource. |
| node | Node | The tree node. |
dataIntegrationRef
Type:
Data
A reference to a DataIntegration resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript