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

ResourceConfiguration

import type { ResourceConfiguration } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

The configuration of the resource used to execute the containerAction.

interface ResourceConfiguration {
computeType: ComputeType;
volumeSizeInGB: number;
}

§Properties

§
computeType: ComputeType
[src]

The type of the compute resource used to execute the containerAction. Possible values are: ACU_1 (vCPU=4, memory=16 GiB) or ACU_2 (vCPU=8, memory=32 GiB).

§
volumeSizeInGB: number
[src]

The size, in GB, of the persistent storage available to the resource instance used to execute the containerAction (min: 1, max: 50).