Package software.amazon.awscdk
Interface Acknowledgment
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Acknowledgment.Jsii$Proxy
@Generated(value="jsii-pacmak/1.128.0 (build 749b9a9)",
date="2026-04-29T18:45:13.217Z")
@Stability(Stable)
public interface Acknowledgment
extends software.amazon.jsii.JsiiSerializable
An acknowledgment of a validation rule, used to suppress it from output.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
Acknowledgment acknowledgment = Acknowledgment.builder()
.id("id")
.reason("reason")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAcknowledgmentstatic final classAn implementation forAcknowledgment -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The rule ID to acknowledge. -
getReason
The reason for acknowledging this rule. -
builder
- Returns:
- a
Acknowledgment.BuilderofAcknowledgment
-