vpc_attachments_list_only
Lists vpc_attachments
in a region or regions, for all properties use vpc_attachments
Overview
Name | vpc_attachments_list_only |
Type | Resource |
Description | AWS::NetworkManager::VpcAttachment Resoruce Type |
Id | aws.networkmanager.vpc_attachments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
core_network_id | string | The ID of a core network for the VPC attachment. |
core_network_arn | string | The ARN of a core network for the VPC attachment. |
attachment_id | string | Id of the attachment. |
owner_account_id | string | Owner account of the attachment. |
attachment_type | string | Attachment type. |
state | string | State of the attachment. |
edge_location | string | The Region where the edge is located. |
vpc_arn | string | The ARN of the VPC. |
resource_arn | string | The ARN of the Resource. |
attachment_policy_rule_number | integer | The policy rule number associated with the attachment. |
segment_name | string | The name of the segment attachment.. |
proposed_segment_change | object | The attachment to move from one segment to another. |
tags | array | Tags for the attachment. |
created_at | string | Creation time of the attachment. |
updated_at | string | Last update time of the attachment. |
subnet_arns | array | Subnet Arn list |
options | object | Vpc options of the attachment. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpc_attachments
in a region.
SELECT
region,
attachment_id
FROM aws.networkmanager.vpc_attachments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_attachments_list_only
resource, see vpc_attachments