Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateOrganizationConfigurationRequest

import type { UpdateOrganizationConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface UpdateOrganizationConfigurationRequest {
AutoEnable?: boolean | null;
GraphArn: string;
}

§Properties

§
AutoEnable?: boolean | null
[src]

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

§
GraphArn: string
[src]

The ARN of the organization behavior graph.