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

OrganizationConfigRule

import type { OrganizationConfigRule } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";

An organization Config rule that has information about Config rules that Config creates in member accounts.

interface OrganizationConfigRule {
ExcludedAccounts?: string[] | null;
LastUpdateTime?: Date | number | null;
OrganizationConfigRuleArn: string;
OrganizationConfigRuleName: string;
OrganizationCustomPolicyRuleMetadata?: OrganizationCustomPolicyRuleMetadataNoPolicy | null;
OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata | null;
OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata | null;
}

§Properties

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

A comma-separated list of accounts excluded from organization Config rule.

§
LastUpdateTime?: Date | number | null
[src]

The timestamp of the last update.

§
OrganizationConfigRuleArn: string
[src]

Amazon Resource Name (ARN) of organization Config rule.

§
OrganizationConfigRuleName: string
[src]

The name that you assign to organization Config rule.

§
OrganizationCustomPolicyRuleMetadata?: OrganizationCustomPolicyRuleMetadataNoPolicy | null
[src]

An object that 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.

§
OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata | null
[src]

An OrganizationManagedRuleMetadata object.