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

ConfigurationProfile

import type { ConfigurationProfile } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface ConfigurationProfile {
ApplicationId?: string | null;
Description?: string | null;
Id?: string | null;
LocationUri?: string | null;
Name?: string | null;
RetrievalRoleArn?: string | null;
Type?: string | null;
Validators?: Validator[] | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The application ID.

§
Description?: string | null
[src]

The configuration profile description.

§
Id?: string | null
[src]

The configuration profile ID.

§
LocationUri?: string | null
[src]

The URI location of the configuration.

§
Name?: string | null
[src]

The name of the configuration profile.

§
RetrievalRoleArn?: string | null
[src]

The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

§
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
§
Validators?: Validator[] | null
[src]

A list of methods for validating the configuration.