aws.appconfig.list_configuration_profiles
Example SQL Queries
SELECT * FROMaws.appconfig.list_configuration_profilesWHERE"application_id" = 'VALUE';Description
Lists the configuration profiles for an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The application ID. | VARCHAR |
| type Input Column 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 | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| id The ID of the configuration profile. | VARCHAR |
| location_uri The URI location of the configuration. | VARCHAR |
| name The name of the configuration profile. | VARCHAR |
| validator_types The types of validators in the configuration profile. | VARCHAR[] |
Show child fields
| |