Skip to main content

assessment_tags

Expands all tag keys and values for assessments in a region

Overview

Nameassessment_tags
TypeResource
DescriptionAn entity that defines the scope of audit evidence collected by AWS Audit Manager.
Idaws.auditmanager.assessment_tags

Fields

NameDatatypeDescription
framework_idstringThe identifier for the specified framework.
assessment_idstring
aws_accountobjectThe AWS account associated with the assessment.
arnstringThe Amazon Resource Name (ARN) of the assessment.
delegationsarrayThe list of delegations.
rolesarrayThe list of roles for the specified assessment.
scopeobjectThe wrapper that contains the AWS accounts and AWS services in scope for the assessment.
assessment_reports_destinationobjectThe destination in which evidence reports are stored for the specified assessment.
statusstringThe status of the specified assessment.
creation_timenumberThe sequence of characters that identifies when the event occurred.
namestringThe name of the related assessment.
descriptionstringThe description of the specified assessment.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all assessments in a region.

SELECT
region,
framework_id,
assessment_id,
aws_account,
arn,
delegations,
roles,
scope,
assessment_reports_destination,
status,
creation_time,
name,
description,
tag_key,
tag_value
FROM aws.auditmanager.assessment_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the assessment_tags resource, see assessments