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 ConfigurationProfile

Hierarchy

Properties

ApplicationId?: string

The application ID.

Description?: string

The configuration profile description.

Id?: string

The configuration profile ID.

LocationUri?: string

The URI location of the configuration.

Name?: string

The name of the configuration profile.

RetrievalRoleArn?: string

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

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

Validators?: Validator[]

A list of methods for validating the configuration.