Skip to main content

frameworks_list_only

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

Overview

Nameframeworks_list_only
TypeResource
DescriptionContains detailed information about a framework. Frameworks contain controls, which evaluate and report on your backup events and resources. Frameworks generate daily compliance results.
Idaws.backup.frameworks_list_only

Fields

NameDatatypeDescription
framework_arnstringAn Amazon Resource Name (ARN) that uniquely identifies Framework as a resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all frameworks in a region.

SELECT
region,
framework_arn
FROM aws.backup.frameworks_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the frameworks_list_only resource, see frameworks