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

StartRemediationExecutionRequest

import type { StartRemediationExecutionRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface StartRemediationExecutionRequest {
ConfigRuleName: string;
ResourceKeys: ResourceKey[];
}

§Properties

§
ConfigRuleName: string
[src]

The list of names of Config rules that you want to run remediation execution for.

§
ResourceKeys: ResourceKey[]
[src]

A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.