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

ScheduledAutoTuneDetails

import type { ScheduledAutoTuneDetails } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.

interface ScheduledAutoTuneDetails {
Action?: string | null;
ActionType?: ScheduledAutoTuneActionType | null;
Date?: Date | number | null;
}

§Properties

§
Action?: string | null
[src]

Specifies Auto-Tune action description.

§

Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

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

Specifies timestamp for the Auto-Tune action scheduled for the domain.

§

Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.