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).
Organization Administration
Section titled “Organization Administration”// initconst describeOrganizationConfiguration = yield* AWS.Detective.DescribeOrganizationConfiguration(graph);
// runtimeconst { AutoEnable } = yield* describeOrganizationConfiguration();