Interface VendedLogParserProps
- All Superinterfaces:
BaseProcessorProps
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VendedLogParserProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-24T11:33:17.379Z")
@Stability(Stable)
public interface VendedLogParserProps
extends software.amazon.jsii.JsiiSerializable, BaseProcessorProps
Properties for creating AWS vended log parsers.
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.*; VendedLogParserProps vendedLogParserProps = VendedLogParserProps.builder() .logType(VendedLogType.CLOUDFRONT) // the properties below are optional .source("source") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forVendedLogParserProps
static final class
An implementation forVendedLogParserProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic VendedLogParserProps.Builder
builder()
The type of AWS vended log to parse.default String
Source field to parse.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogType
The type of AWS vended log to parse. -
getSource
Source field to parse. -
builder
- Returns:
- a
VendedLogParserProps.Builder
ofVendedLogParserProps
-