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

HostedConfigurationVersion

import type { HostedConfigurationVersion } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface HostedConfigurationVersion {
ApplicationId?: string | null;
ConfigurationProfileId?: string | null;
Content?: Uint8Array | null;
ContentType?: string | null;
Description?: string | null;
VersionLabel?: string | null;
VersionNumber?: number | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The application ID.

§
ConfigurationProfileId?: string | null
[src]

The configuration profile ID.

§
Content?: Uint8Array | null
[src]

The content of the configuration or the configuration data.

§
ContentType?: string | null
[src]

A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

§
Description?: string | null
[src]

A description of the configuration.

§
VersionLabel?: string | null
[src]

A user-defined label for an AppConfig hosted configuration version.

§
VersionNumber?: number | null
[src]

The configuration version.