interface CfnOdbPeeringConnectionProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CfnOdbPeeringConnectionProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnOdbPeeringConnectionProps |
![]() | software.amazon.awscdk.services.odb.CfnOdbPeeringConnectionProps |
![]() | aws_cdk.aws_odb.CfnOdbPeeringConnectionProps |
![]() | aws-cdk-lib » aws_odb » CfnOdbPeeringConnectionProps |
Properties for defining a CfnOdbPeeringConnection
.
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 cfnOdbPeeringConnectionProps: odb.CfnOdbPeeringConnectionProps = {
displayName: 'displayName',
odbNetworkId: 'odbNetworkId',
peerNetworkId: 'peerNetworkId',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
display | string | The display name of the ODB peering connection. |
odb | string | The unique identifier of the ODB network. |
peer | string | The unique identifier of the peer network. |
tags? | Cfn [] | Tags to assign to the Odb peering connection. |
displayName?
Type:
string
(optional)
The display name of the ODB peering connection.
odbNetworkId?
Type:
string
(optional)
The unique identifier of the ODB network.
peerNetworkId?
Type:
string
(optional)
The unique identifier of the peer network.
tags?
Type:
Cfn
[]
(optional)
Tags to assign to the Odb peering connection.