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

RemediationConfiguration

import type { RemediationConfiguration } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
interface RemediationConfiguration {
Arn?: string | null;
Automatic?: boolean | null;
ConfigRuleName: string;
CreatedByService?: string | null;
ExecutionControls?: ExecutionControls | null;
MaximumAutomaticAttempts?: number | null;
Parameters?: {
[key: string]: RemediationParameterValue | null | undefined;
}
| null;
ResourceType?: string | null;
RetryAttemptSeconds?: number | null;
TargetId: string;
TargetVersion?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
Automatic?: boolean | null
[src]
§
ConfigRuleName: string
[src]
§
CreatedByService?: string | null
[src]
§
ExecutionControls?: ExecutionControls | null
[src]
§
MaximumAutomaticAttempts?: number | null
[src]
§
Parameters?: {
[key: string]: RemediationParameterValue | null | undefined;
}
| null
[src]
§
ResourceType?: string | null
[src]
§
RetryAttemptSeconds?: number | null
[src]
§
TargetId: string
[src]
§
TargetVersion?: string | null
[src]