Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/config@2014-11-12/mod.ts>ConfigRuleEvaluationStatus

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface ConfigRuleEvaluationStatus
import { type ConfigRuleEvaluationStatus } from "https://deno.land/x/aws_api@v0.1.0/services/config@2014-11-12/mod.ts";

Properties

optional
ConfigRuleName: string | null
optional
ConfigRuleArn: string | null
optional
ConfigRuleId: string | null
optional
LastSuccessfulInvocationTime: Date | number | null
optional
LastFailedInvocationTime: Date | number | null
optional
LastSuccessfulEvaluationTime: Date | number | null
optional
LastFailedEvaluationTime: Date | number | null
optional
FirstActivatedTime: Date | number | null
optional
LastDeactivatedTime: Date | number | null
optional
LastErrorCode: string | null
optional
LastErrorMessage: string | null
optional
FirstEvaluationStarted: boolean | null