transit_gateway_peering
Gets an individual transit_gateway_peering
resource
Overview
Name | transit_gateway_peering |
Type | Resource |
Description | transit_gateway_peering |
Id | awscc.networkmanager.transit_gateway_peering |
Fields
Name | Datatype | Description |
---|---|---|
core_network_id | string | The Id of the core network that you want to peer a transit gateway to. |
core_network_arn | string | The ARN (Amazon Resource Name) of the core network that you want to peer a transit gateway to. |
transit_gateway_arn | string | The ARN (Amazon Resource Name) of the transit gateway that you will peer to a core network |
transit_gateway_peering_attachment_id | string | The ID of the TransitGatewayPeeringAttachment |
peering_id | string | The Id of the transit gateway peering |
state | string | The state of the transit gateway peering |
edge_location | string | The location of the transit gateway peering |
resource_arn | string | The ARN (Amazon Resource Name) of the resource that you will peer to a core network |
owner_account_id | string | Peering owner account Id |
peering_type | string | Peering type (TransitGatewayPeering) |
created_at | string | The creation time of the transit gateway peering |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
core_network_id,
core_network_arn,
transit_gateway_arn,
transit_gateway_peering_attachment_id,
peering_id,
state,
edge_location,
resource_arn,
owner_account_id,
peering_type,
created_at,
tags
FROM awscc.networkmanager.transit_gateway_peering
WHERE data__Identifier = '<PeeringId>';
Permissions
To operate on the transit_gateway_peering
resource, the following permissions are required:
Read
networkmanager:GetTransitGatewayPeering,
networkmanager:TagResource
Update
networkmanager:TagResource,
networkmanager:UntagResource,
networkmanager:ListTagsForResource,
networkmanager:GetTransitGatewayPeering,
ec2:DescribeRegions
Delete
networkmanager:DeletePeering,
networkmanager:GetTransitGatewayPeering,
ec2:DescribeRegions