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

CoverageCost

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

How much it costs to run an instance.

interface CoverageCost {
OnDemandCost?: string | null;
}

§Properties

§
OnDemandCost?: string | null
[src]

How much an On-Demand Instance costs.