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

PutOrganizationConfigRuleRequest

import type { PutOrganizationConfigRuleRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface PutOrganizationConfigRuleRequest {
ExcludedAccounts?: string[] | null;
OrganizationConfigRuleName: string;
OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata | null;
OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata | null;
}

§Properties

§
ExcludedAccounts?: string[] | null
[src]

A comma-separated list of accounts that you want to exclude from an organization config rule.

§
OrganizationConfigRuleName: string
[src]

The name that you assign to an organization config rule.

§
OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata | null
[src]

An OrganizationCustomRuleMetadata object.

§
OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata | null
[src]

An OrganizationManagedRuleMetadata object.