Interface UnconfiguredBehavesLike
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
UnconfiguredBehavesLike.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.801Z") @Stability(Stable) public interface UnconfiguredBehavesLike extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUnconfiguredBehavesLike.BuilderA builder forUnconfiguredBehavesLikestatic classUnconfiguredBehavesLike.Jsii$ProxyAn implementation forUnconfiguredBehavesLike
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static UnconfiguredBehavesLike.Builderbuilder()default ObjectgetV1()Historical accident, don't use.default ObjectgetV2()The value of the flag that produces the same behavior as when the flag is not configured at all.
-
-
-
Method Detail
-
getV1
@Stability(Stable) @Nullable default Object getV1()
Historical accident, don't use.This value may be present, but it should never be used. The actual value is in the
v2field, regardless of the version of the CDK library.Default: - ignore
-
getV2
@Stability(Stable) @Nullable default Object getV2()
The value of the flag that produces the same behavior as when the flag is not configured at all.Even though it is called 'v2', this is the official name of this field. In any future versions of CDK (v3, v4, ...), this field will still be called 'v2'.
The structure of this field is a historical accident. See the comment on
unconfiguredBehavesLikefor more information.Default: false
-
builder
@Stability(Stable) static UnconfiguredBehavesLike.Builder builder()
- Returns:
- a
UnconfiguredBehavesLike.BuilderofUnconfiguredBehavesLike
-
-