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

OrganizationManagedRuleMetadata

import type { OrganizationManagedRuleMetadata } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
interface OrganizationManagedRuleMetadata {
Description?: string | null;
InputParameters?: string | null;
MaximumExecutionFrequency?: MaximumExecutionFrequency | null;
ResourceIdScope?: string | null;
ResourceTypesScope?: string[] | null;
RuleIdentifier: string;
TagKeyScope?: string | null;
TagValueScope?: string | null;
}

§Properties

§
Description?: string | null
[src]
§
InputParameters?: string | null
[src]
§
MaximumExecutionFrequency?: MaximumExecutionFrequency | null
[src]
§
ResourceIdScope?: string | null
[src]
§
ResourceTypesScope?: string[] | null
[src]
§
RuleIdentifier: string
[src]
§
TagKeyScope?: string | null
[src]
§
TagValueScope?: string | null
[src]