Uses of Interface
software.amazon.awscdk.services.logs.IProcessor
Packages that use IProcessor
-
Uses of IProcessor in software.amazon.awscdk.services.logs
Subinterfaces of IProcessor in software.amazon.awscdk.services.logsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIProcessor
.Classes in software.amazon.awscdk.services.logs that implement IProcessorModifier and TypeClassDescriptionclass
Processor for data conversion operations.static final class
A proxy class which represents a concrete javascript instance of this type.class
Processor for JSON mutation operations.class
Parser processor for common data formats.class
Processor for string mutation operations.class
Parser processor for AWS vended logs.Methods in software.amazon.awscdk.services.logs that return types with arguments of type IProcessorModifier and TypeMethodDescriptionTransformerOptions.getTransformerConfig()
List of processors in a transformer.final List
<IProcessor> TransformerOptions.Jsii$Proxy.getTransformerConfig()
TransformerProps.getTransformerConfig()
List of processors in a transformer.final List
<IProcessor> TransformerProps.Jsii$Proxy.getTransformerConfig()
Method parameters in software.amazon.awscdk.services.logs with type arguments of type IProcessorModifier and TypeMethodDescriptionTransformer.Builder.transformerConfig
(List<? extends IProcessor> transformerConfig) List of processors in a transformer.TransformerOptions.Builder.transformerConfig
(List<? extends IProcessor> transformerConfig) Sets the value ofTransformerOptions.getTransformerConfig()
TransformerProps.Builder.transformerConfig
(List<? extends IProcessor> transformerConfig) Sets the value ofTransformerProps.getTransformerConfig()