verified_access_groups_list_only
Lists verified_access_groups
in a region or regions, for all properties use verified_access_groups
Overview
Name | verified_access_groups_list_only |
Type | Resource |
Description | The AWS::EC2::VerifiedAccessGroup resource creates an AWS EC2 Verified Access Group. |
Id | aws.ec2.verified_access_groups_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
sse_specification | object | The configuration options for customer provided KMS encryption. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all verified_access_groups
in a region.
SELECT
region,
verified_access_group_id
FROM aws.ec2.verified_access_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the verified_access_groups_list_only
resource, see verified_access_groups