aws.ecs.list_account_settings
Example SQL Queries
SELECT * FROMaws.ecs.list_account_settings;Description
Lists the account settings for a specified principal.
Table Definition
| Column Name | Column Data Type |
|---|---|
| effective_settings Input Column Determines whether to return the effective settings. If true, the account settings for the root user or the default setting for the principalArn are returned. If false, the account settings for the principalArn are returned if they're set. Otherwise, no account settings are returned. | BOOLEAN |
| name Input Column The Amazon ECS resource name. | VARCHAR |
| principal_arn Input Column The ARN of the principal. It can be a user, role, or the root user. If this field is omitted, the authenticated user is assumed. | VARCHAR |
| value Input Column Determines whether the account setting is on or off for the specified resource. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| type Indicates whether Amazon Web Services manages the account setting, or if the user manages it. aws_managed account settings are read-only, as Amazon Web Services manages such on the customer's behalf. Currently, the guardDutyActivate account setting is the only one Amazon Web Services manages. | VARCHAR |