Skip to main content

verified_access_groups_list_only

Lists verified_access_groups in a region or regions, for all properties use verified_access_groups

Overview

Nameverified_access_groups_list_only
TypeResource
DescriptionThe AWS::EC2::VerifiedAccessGroup resource creates an AWS EC2 Verified Access Group.
Idaws.ec2.verified_access_groups_list_only

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.
tagsarrayAn array of key-value pairs to apply to this resource.
sse_specificationobjectThe configuration options for customer provided KMS encryption.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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