Detective / Client / update_organization_configuration

update_organization_configuration#

Detective.Client.update_organization_configuration(**kwargs)#

Updates the configuration for the Organizations integration in the current Region. Can only be called by the Detective administrator account for the organization.

See also: AWS API Documentation

Request Syntax

response = client.update_organization_configuration(
    GraphArn='string',
    AutoEnable=True|False
)
Parameters:
  • GraphArn (string) –

    [REQUIRED]

    The ARN of the organization behavior graph.

  • AutoEnable (boolean) – Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.

Returns:

None

Exceptions