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

ConfigurationProfileSummary

import type { ConfigurationProfileSummary } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";

A summary of a configuration profile.

interface ConfigurationProfileSummary {
ApplicationId?: string | null;
Id?: string | null;
LocationUri?: string | null;
Name?: string | null;
Type?: string | null;
ValidatorTypes?: ValidatorType[] | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The application ID.

§
Id?: string | null
[src]

The ID of the configuration profile.

§
LocationUri?: string | null
[src]

The URI location of the configuration.

§
Name?: string | null
[src]

The name of the configuration profile.

§
Type?: string | null
[src]

The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

AWS.AppConfig.FeatureFlags

AWS.Freeform
§
ValidatorTypes?: ValidatorType[] | null
[src]

The types of validators in the configuration profile.