assessment_tags
Expands all tag keys and values for assessments
in a region
Overview
Name | assessment_tags |
Type | Resource |
Description | An entity that defines the scope of audit evidence collected by AWS Audit Manager. |
Id | aws.auditmanager.assessment_tags |
Fields
Name | Datatype | Description |
---|---|---|
framework_id | string | The identifier for the specified framework. |
assessment_id | string | |
aws_account | object | The AWS account associated with the assessment. |
arn | string | The Amazon Resource Name (ARN) of the assessment. |
delegations | array | The list of delegations. |
roles | array | The list of roles for the specified assessment. |
scope | object | The wrapper that contains the AWS accounts and AWS services in scope for the assessment. |
assessment_reports_destination | object | The destination in which evidence reports are stored for the specified assessment. |
status | string | The status of the specified assessment. |
creation_time | number | The sequence of characters that identifies when the event occurred. |
name | string | The name of the related assessment. |
description | string | The description of the specified assessment. |
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 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