frameworks_list_only
Lists frameworks in a region or regions, for all properties use frameworks
Overview
| Name | frameworks_list_only |
| Type | Resource |
| Description | Contains detailed information about a framework. Frameworks contain controls, which evaluate and report on your backup events and resources. Frameworks generate daily compliance results. |
| Id | aws.backup.frameworks_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
framework_arn | string | An Amazon Resource Name (ARN) that uniquely identifies Framework as a resource |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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