Skip to main content

verified_access_group_tags

Expands all tag keys and values for verified_access_groups in a region

Overview

Nameverified_access_group_tags
TypeResource
DescriptionThe AWS::EC2::VerifiedAccessGroup resource creates an AWS EC2 Verified Access Group.
Idaws.ec2.verified_access_group_tags

Fields

NameDatatypeDescription
verified_access_group_idstringThe ID of the AWS Verified Access group.
verified_access_instance_idstringThe ID of the AWS Verified Access instance.
verified_access_group_arnstringThe ARN of the Verified Access group.
ownerstringThe AWS account number that owns the group.
creation_timestringTime this Verified Access Group was created.
last_updated_timestringTime this Verified Access Group was last updated.
descriptionstringA description for the AWS Verified Access group.
policy_documentstringThe AWS Verified Access policy document.
policy_enabledbooleanThe status of the Verified Access policy.
sse_specificationobjectThe configuration options for customer provided KMS encryption.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all verified_access_groups in a region.

SELECT
region,
verified_access_group_id,
verified_access_instance_id,
verified_access_group_arn,
owner,
creation_time,
last_updated_time,
description,
policy_document,
policy_enabled,
sse_specification,
tag_key,
tag_value
FROM aws.ec2.verified_access_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the verified_access_group_tags resource, see verified_access_groups