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

ResourceSpecification

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

A definition of what is being billed for, including the type and amount.

interface ResourceSpecification {
ReservedBitrate?: number | null;
ResourceType: ResourceType;
}

§Properties

§
ReservedBitrate?: number | null
[src]

The amount of outbound bandwidth that is discounted in the offering.

§
ResourceType: ResourceType
[src]

The type of resource and the unit that is being billed for.