Skip to main content

site_to_site_vpn_attachments

Retrieves a list of site_to_site_vpn_attachments in a region

Overview

Namesite_to_site_vpn_attachments
TypeResource
Descriptionsite_to_site_vpn_attachments
Idawscc.networkmanager.site_to_site_vpn_attachments

Fields

NameDatatypeDescription
attachment_idstringThe ID of the attachment.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
attachment_id
FROM awscc.networkmanager.site_to_site_vpn_attachments
WHERE region = 'us-east-1'

Permissions

To operate on the site_to_site_vpn_attachments resource, the following permissions are required:

Create

networkmanager:GetSiteToSiteVpnAttachment,
networkmanager:CreateSiteToSiteVpnAttachment,
ec2:DescribeRegions,
networkmanager:TagResource

List

networkmanager:ListAttachments