Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ConfigurationProfileSummary

A summary of a configuration profile.

Hierarchy

  • ConfigurationProfileSummary

Properties

ApplicationId?: string

The application ID.

Id?: string

The ID of the configuration profile.

LocationUri?: string

The URI location of the configuration.

Name?: string

The name of the configuration profile.

Type?: string

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?: string[]

The types of validators in the configuration profile.