This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ODB::OdbPeeringConnection
Creates a peering connection between an ODB network and a VPC.
A peering connection enables private connectivity between the networks for application-tier communication.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ODB::OdbPeeringConnection", "Properties" : { "DisplayName" :String, "OdbNetworkId" :String, "PeerNetworkId" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::ODB::OdbPeeringConnection Properties: DisplayName:StringOdbNetworkId:StringPeerNetworkId:StringTags:- Tag
Properties
DisplayName-
The display name of the ODB peering connection.
Required: No
Type: String
Pattern:
^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$Minimum:
1Maximum:
255Update requires: Replacement
OdbNetworkIdProperty description not available.
Required: No
Type: String
Pattern:
^(arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-zA-Z0-9_~.-]{6,64}|[a-zA-Z0-9_~.-]{6,64})$Minimum:
6Maximum:
2048Update requires: Replacement
PeerNetworkIdProperty description not available.
Required: No
Type: String
Pattern:
^(arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-zA-Z0-9_~.-]{6,64}|[a-zA-Z0-9_~.-]{6,64})$Minimum:
6Maximum:
2048Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
OdbNetworkArn-
The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.
OdbPeeringConnectionArn-
The Amazon Resource Name (ARN) of the ODB peering connection.
OdbPeeringConnectionId-
The unique identifier of the ODB peering connection. A sample ID is
odbpcx-abcdefgh12345678. PeerNetworkArn-
The Amazon Resource Name (ARN) of the peer network.