interface DataIntegrationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppIntegrations.DataIntegrationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappintegrations#DataIntegrationReference |
![]() | software.amazon.awscdk.services.appintegrations.DataIntegrationReference |
![]() | aws_cdk.aws_appintegrations.DataIntegrationReference |
![]() | aws-cdk-lib » aws_appintegrations » DataIntegrationReference |
A reference to a DataIntegration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appintegrations as appintegrations } from 'aws-cdk-lib';
const dataIntegrationReference: appintegrations.DataIntegrationReference = {
dataIntegrationArn: 'dataIntegrationArn',
dataIntegrationId: 'dataIntegrationId',
};
Properties
Name | Type | Description |
---|---|---|
data | string | The ARN of the DataIntegration resource. |
data | string | The Id of the DataIntegration resource. |
dataIntegrationArn
Type:
string
The ARN of the DataIntegration resource.
dataIntegrationId
Type:
string
The Id of the DataIntegration resource.