Resource Type: AWS > DynamoDB > Global Table
The Global Table resource type is a replicated version of your table data that can be deployed across multiple AWS regions, allowing for fast, local access to data, regardless of the user's location.
Resource Context
Global Table is a part of the DynamoDB service.
Each Global Table lives under an Account.
Controls
The primary controls for AWS > DynamoDB > Global Table are:
Quick Actions
- Delete from AWS
- Skip alarm for Active control
- Skip alarm for Active control [90 days]
- Skip alarm for Approved control
- Skip alarm for Approved control [90 days]
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-dynamodb#/resource/types/globalTable
- tmod:@turbot/turbot#/resource/categories/databaseTable
- turbot graphql resource --id "tmod:@turbot/aws-dynamodb#/resource/types/globalTable"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-dynamodb#/resource/types/globalTable';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-dynamodb#/resource/types/globalTable"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-dynamodb#/resource/types/globalTable' 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