AWS::NetworkManager::TransitGatewayPeeringAWS::NetworkManager::TransitGatewayPeering Resoruce Type.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CoreNetworkId | string | RequiredCreate-only |
TransitGatewayArn | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CoreNetworkArn | string | The ARN (Amazon Resource Name) of the core network that you want to peer a transit gateway to. |
CreatedAt | string | The creation time of the transit gateway peering |
EdgeLocation | string | The location of the transit gateway peering |
LastModificationErrors | Array<string> | Errors from the last modification of the transit gateway peering. |
OwnerAccountId | string | Peering owner account Id |
PeeringId | string | The Id of the transit gateway peering |
PeeringType | string | Peering type (TransitGatewayPeering) |
ResourceArn | string | The ARN (Amazon Resource Name) of the resource that you will peer to a core network |
State | string | The state of the transit gateway peering |
TransitGatewayPeeringAttachmentId | string | The ID of the TransitGatewayPeeringAttachment |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::TransitGatewayPeering
Resources:
MyResource:
Type: AWS::NetworkManager::TransitGatewayPeering
Properties:
CoreNetworkId: "my-corenetworkid"
TransitGatewayArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateTransitGatewayPeeringnetworkmanager:TagResourcenetworkmanager:GetTransitGatewayPeeringiam:CreateServiceLinkedRoleec2:CreateTransitGatewayPeeringAttachmentec2:AcceptTransitGatewayPeeringAttachmentec2:DescribeRegionsnetworkmanager:GetTransitGatewayPeeringnetworkmanager:TagResourcenetworkmanager:UntagResourcenetworkmanager:ListTagsForResourcenetworkmanager:GetTransitGatewayPeeringec2:DescribeRegionsnetworkmanager:DeletePeeringnetworkmanager:GetTransitGatewayPeeringec2:DescribeRegionsnetworkmanager:ListPeeringsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPeeringIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CoreNetworkIdTransitGatewayArn