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.118.0 (build 02eec31)",
date="2025-11-04T09:27:44.838Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forBaseProcessorPropsstatic final classAn implementation forBaseProcessorProps -
Method Summary
Static MethodsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
- Returns:
- a
BaseProcessorProps.BuilderofBaseProcessorProps
-