ConfigurationType

class aws_cdk.aws_appconfig_alpha.ConfigurationType(value)

Bases: Enum

(deprecated) The configuration type.

Stability:

deprecated

Attributes

FEATURE_FLAGS

(deprecated) Feature flag configuration profile.

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

Stability:

deprecated

FREEFORM

(deprecated) 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.

See:

https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-free-form-configurations-creating.html

Stability:

deprecated