aws.detective.describe_organization_configuration
Example SQL Queries
SELECT * FROMaws.detective.describe_organization_configurationWHERE"graph_arn" = 'VALUE';Description
Returns information about the configuration for the organization behavior graph. Currently indicates whether to automatically enable new organization accounts as member accounts.
Can only be called by the Detective administrator account for the organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| graph_arn Required Input Column The ARN of the organization behavior graph. | 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
| |
| auto_enable Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. | BOOLEAN |