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

CreateMitigationActionRequest

import type { CreateMitigationActionRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateMitigationActionRequest {
actionName: string;
actionParams: MitigationActionParams;
roleArn: string;
tags?: Tag[] | null;
}

§Properties

§
actionName: string
[src]

A friendly name for the action. Choose a friendly name that accurately describes the action (for example, EnableLoggingAction).

§

Defines the type of action and the parameters for that action.

§
roleArn: string
[src]

The ARN of the IAM role that is used to apply the mitigation action.

§
tags?: Tag[] | null
[src]

Metadata that can be used to manage the mitigation action.