Skip to main content

connect_peers_list_only

Lists connect_peers in a region or regions, for all properties use connect_peers

Overview

Nameconnect_peers_list_only
TypeResource
DescriptionAWS::NetworkManager::ConnectPeer Resource Type Definition.
Idaws.networkmanager.connect_peers_list_only

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.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all connect_peers in a region.

SELECT
region,
connect_peer_id
FROM aws.networkmanager.connect_peers_list_only
WHERE region = 'us-east-1';

Permissions

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