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 interfaceInternal default implementation forIProcessor.Classes in software.amazon.awscdk.services.logs that implement IProcessorModifier and TypeClassDescriptionclassProcessor for data conversion operations.static final classA proxy class which represents a concrete javascript instance of this type.classProcessor for JSON mutation operations.classParser processor for common data formats.classProcessor for string mutation operations.classParser 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()