interface OdbPeeringConnectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.OdbPeeringConnectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#OdbPeeringConnectionReference |
![]() | software.amazon.awscdk.services.odb.OdbPeeringConnectionReference |
![]() | aws_cdk.aws_odb.OdbPeeringConnectionReference |
![]() | aws-cdk-lib » aws_odb » OdbPeeringConnectionReference |
A reference to a OdbPeeringConnection resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_odb as odb } from 'aws-cdk-lib';
const odbPeeringConnectionReference: odb.OdbPeeringConnectionReference = {
odbPeeringConnectionArn: 'odbPeeringConnectionArn',
};
Properties
Name | Type | Description |
---|---|---|
odb | string | The OdbPeeringConnectionArn of the OdbPeeringConnection resource. |
odbPeeringConnectionArn
Type:
string
The OdbPeeringConnectionArn of the OdbPeeringConnection resource.