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
§
MaximumExecutionFrequency?: MaximumExecutionFrequency | null
[src]