Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_organization_configuration

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

  • Detective.Client.exceptions.AccessDeniedException
  • Detective.Client.exceptions.InternalServerException
  • Detective.Client.exceptions.ValidationException
  • Detective.Client.exceptions.TooManyRequestsException