Detective / Client / describe_organization_configuration

describe_organization_configuration#

Detective.Client.describe_organization_configuration(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.describe_organization_configuration(
    GraphArn='string'
)
Parameters:

GraphArn (string) –

[REQUIRED]

The ARN of the organization behavior graph.

Return type:

dict

Returns:

Response Syntax

{
    'AutoEnable': True|False
}

Response Structure

  • (dict) –

    • AutoEnable (boolean) –

      Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.

Exceptions