FeatureFlagReportProperties
- class aws_cdk.cloud_assembly_schema.FeatureFlagReportProperties(*, flags, module)
Bases:
objectArtifact properties for a feature flag report.
A feature flag report is small enough that all the properties can be inlined here, and doesn’t need an additional file.
- Parameters:
flags (
Mapping[str,Union[FeatureFlag,Dict[str,Any]]]) – Information about every feature flag supported by this library.module (
str) – The library that this feature flag report applies to.
Attributes
- flags
Information about every feature flag supported by this library.
- module
The library that this feature flag report applies to.