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.112.0 (build de1bc80)", date="2025-07-24T11:33:17.187Z") @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();