AWS::ODB::OdbPeeringConnectionResource Type definition for AWS::ODB::OdbPeeringConnection.
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AdditionalPeerNetworkCidrs | Array<string> | Write-only |
DisplayName | string | |
OdbNetworkId | string | Create-onlyWrite-only |
PeerNetworkId | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
OdbNetworkArn | string | The Amazon Resource Name (ARN) of the ODB network. |
OdbPeeringConnectionArn | string | The Amazon Resource Name (ARN) of the ODB peering connection. |
OdbPeeringConnectionId | string | The unique identifier of the ODB peering connection. |
PeerNetworkArn | string | The Amazon Resource Name (ARN) of the peer network. |
PeerNetworkCidrs | Array<string> | The CIDR blocks for the ODB peering connection. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ODB::OdbPeeringConnection
Resources:
MyResource:
Type: AWS::ODB::OdbPeeringConnection
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
odb:CreateOdbPeeringConnectionodb:TagResourceiam:CreateServiceLinkedRoleec2:DescribeVpcsec2:CreateOdbNetworkPeeringec2:ModifyOdbNetworkPeeringodb:GetOdbPeeringConnectionodb:ListTagsForResourceodb:GetOdbPeeringConnectionodb:ListTagsForResourceodb:UpdateOdbPeeringConnectionodb:GetOdbPeeringConnectionodb:TagResourceodb:UntagResourceodb:ListTagsForResourceec2:DescribeVpcsec2:ModifyOdbNetworkPeeringsts:GetCallerIdentityodb:DeleteOdbPeeringConnectionec2:DescribeVpcsec2:DeleteOdbNetworkPeeringodb:GetOdbPeeringConnectionodb:UntagResourceodb:ListTagsForResourcests:GetCallerIdentityodb:ListOdbPeeringConnectionsodb:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterOdbPeeringConnectionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
OdbNetworkIdPeerNetworkId