connect_peer_tags
Expands all tag keys and values for connect_peers
in a region
Overview
Name | connect_peer_tags |
Type | Resource |
Description | AWS::NetworkManager::ConnectPeer Resource Type Definition. |
Id | aws.networkmanager.connect_peer_tags |
Fields
Name | Datatype | Description |
---|---|---|
peer_address | string | The IP address of the Connect peer. |
core_network_address | string | The IP address of a core network. |
bgp_options | object | Bgp options for connect peer. |
inside_cidr_blocks | array | The inside IP addresses used for a Connect peer configuration. |
core_network_id | string | The ID of the core network. |
connect_attachment_id | string | The ID of the attachment to connect. |
connect_peer_id | string | The ID of the Connect peer. |
edge_location | string | The Connect peer Regions where edges are located. |
state | string | State of the connect peer. |
created_at | string | Connect peer creation time. |
configuration | object | Configuration of the connect peer. |
subnet_arn | string | The subnet ARN for the connect peer. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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