site_to_site_vpn_attachments
Retrieves a list of site_to_site_vpn_attachments
in a region
Overview
Name | site_to_site_vpn_attachments |
Type | Resource |
Description | site_to_site_vpn_attachments |
Id | awscc.networkmanager.site_to_site_vpn_attachments |
Fields
Name | Datatype | Description |
---|---|---|
attachment_id | string | The ID of the attachment. |
region | string | AWS 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