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

PutRemediationExceptionsRequest

import type { PutRemediationExceptionsRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface PutRemediationExceptionsRequest {
ConfigRuleName: string;
ExpirationTime?: Date | number | null;
Message?: string | null;
}

§Properties

§
ConfigRuleName: string
[src]

The name of the Config rule for which you want to create remediation exception.

§
ExpirationTime?: Date | number | null
[src]

The exception is automatically deleted after the expiration date.

§
Message?: string | null
[src]

The message contains an explanation of the exception.

§

An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.