Resource Type: AWS > Backup > Protected Resource
The Protected Resource resource type is a representation of a data entity such as a database, a file system, or a storage volume that can be safeguarded and restored using the AWS Backup service.
Resource Context
Protected Resource is a part of the Backup service.
Each Protected Resource lives under a Region.
Controls
The primary controls for AWS > Backup > Protected Resource are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-backup#/resource/types/protectedResource
- tmod:@turbot/turbot#/resource/categories/storageObject
- turbot graphql resource --id "tmod:@turbot/aws-backup#/resource/types/protectedResource"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-backup#/resource/types/protectedResource';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-backup#/resource/types/protectedResource"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-backup#/resource/types/protectedResource' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query