interface IntegrationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.IntegrationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#IntegrationReference |
![]() | software.amazon.awscdk.services.rds.IntegrationReference |
![]() | aws_cdk.aws_rds.IntegrationReference |
![]() | aws-cdk-lib » aws_rds » 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_rds as rds } from 'aws-cdk-lib';
const integrationReference: rds.IntegrationReference = {
integrationArn: 'integrationArn',
};
Properties
Name | Type | Description |
---|---|---|
integration | string | The IntegrationArn of the Integration resource. |
integrationArn
Type:
string
The IntegrationArn of the Integration resource.