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

DistributionBundle

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

Describes the specifications of a distribution bundle.

interface DistributionBundle {
bundleId?: string | null;
isActive?: boolean | null;
name?: string | null;
price?: number | null;
transferPerMonthInGb?: number | null;
}

§Properties

§
bundleId?: string | null
[src]

The ID of the bundle.

§
isActive?: boolean | null
[src]

Indicates whether the bundle is active, and can be specified for a new or existing distribution.

§
name?: string | null
[src]

The name of the distribution bundle.

§
price?: number | null
[src]

The monthly price, in US dollars, of the bundle.

§
transferPerMonthInGb?: number | null
[src]

The monthly network transfer quota of the bundle.