Interface MarkersConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MarkersConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:13.430Z")
@Stability(Stable)
public interface MarkersConfig
extends software.amazon.jsii.JsiiSerializable
A configuration for markers substitution strategy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3.deployment.*;
MarkersConfig markersConfig = MarkersConfig.builder()
.jsonEscape(false)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forMarkersConfigstatic final classAn implementation forMarkersConfig -
Method Summary
Modifier and TypeMethodDescriptionstatic MarkersConfig.Builderbuilder()default BooleanIf set totrue, the marker substitution will make ure the value inserted in the file will be a valid JSON string.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getJsonEscape
If set totrue, the marker substitution will make ure the value inserted in the file will be a valid JSON string.Default: - false
-
builder
- Returns:
- a
MarkersConfig.BuilderofMarkersConfig
-