verified_access_group_tags
Expands all tag keys and values for verified_access_groups
in a region
Overview
Name | verified_access_group_tags |
Type | Resource |
Description | The AWS::EC2::VerifiedAccessGroup resource creates an AWS EC2 Verified Access Group. |
Id | aws.ec2.verified_access_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
verified_access_group_id | string | The ID of the AWS Verified Access group. |
verified_access_instance_id | string | The ID of the AWS Verified Access instance. |
verified_access_group_arn | string | The ARN of the Verified Access group. |
owner | string | The AWS account number that owns the group. |
creation_time | string | Time this Verified Access Group was created. |
last_updated_time | string | Time this Verified Access Group was last updated. |
description | string | A description for the AWS Verified Access group. |
policy_document | string | The AWS Verified Access policy document. |
policy_enabled | boolean | The status of the Verified Access policy. |
sse_specification | object | The configuration options for customer provided KMS encryption. |
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 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