Interface ProcessorDeleteKeysProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ProcessorDeleteKeysProperty.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-02T11:25:35.514Z") @Stability(Stable) public interface ProcessorDeleteKeysProperty extends software.amazon.jsii.JsiiSerializable
This processor adds new key-value pairs to the log event.

For more information about this processor including examples, see addKeys in the CloudWatch Logs User Guide.

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.logs.*;
 ProcessorDeleteKeysProperty processorDeleteKeysProperty = ProcessorDeleteKeysProperty.builder()
         .withKeys(List.of("withKeys"))
         .build();