Interface FeatureFlagReportProperties
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FeatureFlagReportProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.784Z") @Stability(Stable) public interface FeatureFlagReportProperties extends software.amazon.jsii.JsiiSerializable
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFeatureFlagReportProperties.BuilderA builder forFeatureFlagReportPropertiesstatic classFeatureFlagReportProperties.Jsii$ProxyAn implementation forFeatureFlagReportProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FeatureFlagReportProperties.Builderbuilder()Map<String,FeatureFlag>getFlags()Information about every feature flag supported by this library.StringgetModule()The library that this feature flag report applies to.
-
-
-
Method Detail
-
getFlags
@Stability(Stable) @NotNull Map<String,FeatureFlag> getFlags()
Information about every feature flag supported by this library.
-
getModule
@Stability(Stable) @NotNull String getModule()
The library that this feature flag report applies to.
-
builder
@Stability(Stable) static FeatureFlagReportProperties.Builder builder()
-
-