Module: AWSCDK::AppConfig::ConfigurationType

Defined in:
app_config/configuration_type.rb

Overview

The configuration type.

Constant Summary collapse

FREEFORM =
Deprecated.
Note:

Default:

Freeform configuration profile.

Allows you to store your data in the AWS AppConfig hosted configuration store or another Systems Manager capability or AWS service that integrates with AWS AppConfig.

Jsii::Enum.new("aws-cdk-lib.aws_appconfig.ConfigurationType", "FREEFORM")
FEATURE_FLAGS =
Deprecated.
Note:

Default:

Feature flag configuration profile.

This configuration stores its data in the AWS AppConfig hosted configuration store and the URI is simply hosted.

Jsii::Enum.new("aws-cdk-lib.aws_appconfig.ConfigurationType", "FEATURE_FLAGS")