aws::transit-gateway-peering-attachment¶
Creates a transit gateway peering attachment.
Example¶
aws::transit-gateway-peering-attachment transit-gateway-peering-attachment-example
transit-gateway: $(aws::transit-gateway example-transit-gateway)
peer-transit-gateway: $(aws::transit-gateway example-peer-transit-gateway)
peer-region: "us-east-2"
end
tags: {
"Name": "transit-gateway-peering-attachment-example"
}
Attributes¶
Attribute | Description |
---|---|
peer-region | The region of the peer transit gateway. (Required) |
peer-transit-gateway | The accepter transit gateway that has to be attached to your transit gateway. (Required) |
transit-gateway | The requester transit gateway that needs the peering attachment. (Required) |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the transit gateway attachment. |