Skip to main content

frameworks

Retrieves a list of frameworks in a region

Overview

Nameframeworks
TypeResource
Descriptionframeworks
Idawscc.backup.frameworks

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
framework_arn
FROM awscc.backup.frameworks
WHERE region = 'us-east-1'

Permissions

To operate on the frameworks resource, the following permissions are required:

Create

backup:CreateFramework,
backup:DescribeFramework,
backup:ListTags,
backup:TagResource,
iam:CreateServiceLinkedRole

List

backup:ListFrameworks