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.4/services/configservice.ts?docs=full";
interface PutOrganizationConfigRuleRequest {
ExcludedAccounts?: string[] | null;
OrganizationConfigRuleName: string;
OrganizationCustomPolicyRuleMetadata?: OrganizationCustomPolicyRuleMetadata | null;
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.

§
OrganizationCustomPolicyRuleMetadata?: OrganizationCustomPolicyRuleMetadata | null
[src]

An OrganizationCustomPolicyRuleMetadata object. This object specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.

§
OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata | null
[src]

An OrganizationCustomRuleMetadata object. This object specifies organization custom rule metadata such as resource type, resource ID of Amazon Web Services resource, Lambda function ARN, and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.

§
OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata | null
[src]

An OrganizationManagedRuleMetadata object. This object specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.