Resource Type: AWS > Backup > Region Settings
The Region Settings resource type represents the settings for a backup region, which can be used to manage and configure backup options for resources in that specific region.
Resource Context
Region Settings is a part of the Backup service.
Each Region Settings lives under a Region.
Controls
The primary controls for AWS > Backup > Region Settings 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/regionSettings
- tmod:@turbot/turbot#/resource/categories/storageObject
- turbot graphql resource --id "tmod:@turbot/aws-backup#/resource/types/regionSettings"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-backup#/resource/types/regionSettings';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-backup#/resource/types/regionSettings"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-backup#/resource/types/regionSettings' 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