interface IntegrationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.RDS.IntegrationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsrds#IntegrationReference |
Java | software.amazon.awscdk.interfaces.rds.IntegrationReference |
Python | aws_cdk.interfaces.aws_rds.IntegrationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_rds } from 'aws-cdk-lib/interfaces';
const integrationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript