Class VendedLogParser

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.VendedLogParser
All Implemented Interfaces:
IProcessor, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-07-29T17:51:03.417Z") @Stability(Stable) public class VendedLogParser extends software.amazon.jsii.JsiiObject implements IProcessor
Parser processor for AWS vended logs.

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.*;
 VendedLogParser vendedLogParser = VendedLogParser.Builder.create()
         .logType(VendedLogType.CLOUDFRONT)
         // the properties below are optional
         .source("source")
         .build();
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A fluent builder for VendedLogParser.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.IProcessor

    IProcessor.Jsii$Default, IProcessor.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    Creates a new vended log parser processor.
    protected
    VendedLogParser(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    VendedLogParser(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The type of AWS vended log.
    void
    The type of AWS vended log.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • VendedLogParser

      protected VendedLogParser(software.amazon.jsii.JsiiObjectRef objRef)
    • VendedLogParser

      protected VendedLogParser(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • VendedLogParser

      @Stability(Stable) public VendedLogParser(@NotNull VendedLogParserProps props)
      Creates a new vended log parser processor.

      Parameters:
      props - This parameter is required.
  • Method Details

    • getLogType

      @Stability(Stable) @NotNull public VendedLogType getLogType()
      The type of AWS vended log.
    • setLogType

      @Stability(Stable) public void setLogType(@NotNull VendedLogType value)
      The type of AWS vended log.