interface FeatureFlagReportProperties
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CloudAssembly.Schema.FeatureFlagReportProperties |
Java | software.amazon.awscdk.cloudassembly.schema.FeatureFlagReportProperties |
Python | aws_cdk.cloud_assembly_schema.FeatureFlagReportProperties |
TypeScript | @aws-cdk/cloud-assembly-schema » FeatureFlagReportProperties |
Artifact 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.
Properties
| Name | Type | Description |
|---|---|---|
| flags | { [string]: Feature } | Information about every feature flag supported by this library. |
| module | string | The library that this feature flag report applies to. |
flags
Type:
{ [string]: Feature }
Information about every feature flag supported by this library.
module
Type:
string
The library that this feature flag report applies to.

.NET
Java
Python
TypeScript