Skip to main content

connect_peer_tags

Expands all tag keys and values for connect_peers in a region

Overview

Nameconnect_peer_tags
TypeResource
DescriptionAWS::NetworkManager::ConnectPeer Resource Type Definition.
Idaws.networkmanager.connect_peer_tags

Fields

NameDatatypeDescription
peer_addressstringThe IP address of the Connect peer.
core_network_addressstringThe IP address of a core network.
bgp_optionsobjectBgp options for connect peer.
inside_cidr_blocksarrayThe inside IP addresses used for a Connect peer configuration.
core_network_idstringThe ID of the core network.
connect_attachment_idstringThe ID of the attachment to connect.
connect_peer_idstringThe ID of the Connect peer.
edge_locationstringThe Connect peer Regions where edges are located.
statestringState of the connect peer.
created_atstringConnect peer creation time.
configurationobjectConfiguration of the connect peer.
subnet_arnstringThe subnet ARN for the connect peer.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all connect_peers in a region.

SELECT
region,
peer_address,
core_network_address,
bgp_options,
inside_cidr_blocks,
core_network_id,
connect_attachment_id,
connect_peer_id,
edge_location,
state,
created_at,
configuration,
subnet_arn,
tag_key,
tag_value
FROM aws.networkmanager.connect_peer_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the connect_peer_tags resource, see connect_peers