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.4/services/securityhub.ts?docs=full";
interface UpdateOrganizationConfigurationRequest {
AutoEnable: boolean;
AutoEnableStandards?: AutoEnableStandards | null;
}

§Properties

§
AutoEnable: boolean
[src]

Whether to automatically enable Security Hub for new accounts in the organization.

By default, this is false, and new accounts are not added automatically.

To automatically enable Security Hub for new accounts, set this to true.

§
AutoEnableStandards?: AutoEnableStandards | null
[src]

Whether to automatically enable Security Hub default standards for new member accounts in the organization.

By default, this parameter is equal to DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.

To opt out of enabling default standards for new member accounts, set this parameter equal to NONE.