Skip to main content

assessments_list_only

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

Overview

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

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.
tagsarrayThe tags associated with 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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all assessments in a region.

SELECT
region,
assessment_id
FROM aws.auditmanager.assessments_list_only
WHERE region = 'us-east-1';

Permissions

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