UpdateOrganizationConfiguration
Source:
src/AWS/Detective/UpdateOrganizationConfiguration.ts
Runtime binding for detective:UpdateOrganizationConfiguration.
Toggles auto-enable for new organization accounts on 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.UpdateOrganizationConfigurationHttp).
Organization Administration
Section titled “Organization Administration”// initconst updateOrganizationConfiguration = yield* AWS.Detective.UpdateOrganizationConfiguration(graph);
// runtimeyield* updateOrganizationConfiguration({ AutoEnable: true });