Skip to content

DescribeOrganizationConfiguration

Source: src/AWS/Detective/DescribeOrganizationConfiguration.ts

Runtime binding for detective:DescribeOrganizationConfiguration.

Reads whether new organization accounts are auto-enabled as members of the behavior graph. Callable only by the organization’s delegated Detective administrator account. The graph ARN is injected from the bound Graph. Provide the implementation with Effect.provide(AWS.Detective.DescribeOrganizationConfigurationHttp).

// init
const describeOrganizationConfiguration =
yield* AWS.Detective.DescribeOrganizationConfiguration(graph);
// runtime
const { AutoEnable } = yield* describeOrganizationConfiguration();