frameworks
Retrieves a list of frameworks
in a region
Overview
Name | frameworks |
Type | Resource |
Description | frameworks |
Id | awscc.backup.frameworks |
Fields
Name | Datatype | Description |
---|---|---|
framework_arn | string | An Amazon Resource Name (ARN) that uniquely identifies Framework as a resource |
region | string | AWS 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