Resource Type: AWS > ECS > Account Settings
AWS ECS Account Settings resource types allow you to configure default behaviors and settings for your ECS resources at the account level. These settings control various aspects of how ECS resources are managed, identified, and networked within your AWS environment.
Resource Context
Account Settings is a part of the ECS service.
Each Account Settings lives under a Region.
Controls
The primary controls for AWS > ECS > Account 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-ecs#/resource/types/ecsAccountSettings
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/aws-ecs#/resource/types/ecsAccountSettings"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-ecs#/resource/types/ecsAccountSettings';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-ecs#/resource/types/ecsAccountSettings"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-ecs#/resource/types/ecsAccountSettings' 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