Interface BaseProcessorProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
DataConverterProps, JsonMutatorProps, ParserProcessorProps, StringMutatorProps, VendedLogParserProps
All Known Implementing Classes:
BaseProcessorProps.Jsii$Proxy, DataConverterProps.Jsii$Proxy, JsonMutatorProps.Jsii$Proxy, ParserProcessorProps.Jsii$Proxy, StringMutatorProps.Jsii$Proxy, VendedLogParserProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-02T11:25:35.269Z") @Stability(Stable) public interface BaseProcessorProps extends software.amazon.jsii.JsiiSerializable
Base properties for all processor types.

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.*;
 BaseProcessorProps baseProcessorProps = BaseProcessorProps.builder().build();