Skip to content

Update Organization Configuration

detective_update_organization_configuration R Documentation

Updates the configuration for the Organizations integration in the current Region

Description

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

Usage

detective_update_organization_configuration(GraphArn, AutoEnable)

Arguments

GraphArn

[required] The ARN of the organization behavior graph.

AutoEnable

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

Value

An empty list.

Request syntax

svc$update_organization_configuration(
  GraphArn = "string",
  AutoEnable = TRUE|FALSE
)