AWS Fundamentals Logo
AWS Fundamentals
AWS::ODB::OdbPeeringConnection

ODB OdbPeeringConnection

Resource Type definition for AWS::ODB::OdbPeeringConnection.

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AdditionalPeerNetworkCidrs
Array<string>
Write-only
DisplayName
string
OdbNetworkId
string
Create-onlyWrite-only
PeerNetworkId
string
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
OdbNetworkArnstringThe Amazon Resource Name (ARN) of the ODB network.
OdbPeeringConnectionArnstringThe Amazon Resource Name (ARN) of the ODB peering connection.
OdbPeeringConnectionIdstringThe unique identifier of the ODB peering connection.
PeerNetworkArnstringThe Amazon Resource Name (ARN) of the peer network.
PeerNetworkCidrsArray<string>The CIDR blocks for the ODB peering connection.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ODB::OdbPeeringConnection

Resources:
  MyResource:
    Type: AWS::ODB::OdbPeeringConnection
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

odb:CreateOdbPeeringConnectionodb:TagResourceiam:CreateServiceLinkedRoleec2:DescribeVpcsec2:CreateOdbNetworkPeeringec2:ModifyOdbNetworkPeeringodb:GetOdbPeeringConnectionodb:ListTagsForResource

read

odb:GetOdbPeeringConnectionodb:ListTagsForResource

update

odb:UpdateOdbPeeringConnectionodb:GetOdbPeeringConnectionodb:TagResourceodb:UntagResourceodb:ListTagsForResourceec2:DescribeVpcsec2:ModifyOdbNetworkPeeringsts:GetCallerIdentity

delete

odb:DeleteOdbPeeringConnectionec2:DescribeVpcsec2:DeleteOdbNetworkPeeringodb:GetOdbPeeringConnectionodb:UntagResourceodb:ListTagsForResourcests:GetCallerIdentity

list

odb:ListOdbPeeringConnectionsodb:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceODB
Properties10
Required0
TaggingSupported
Primary IDOdbPeeringConnectionArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

OdbNetworkIdPeerNetworkId

External Links