Interface VendedLogParserProps
- All Superinterfaces:
BaseProcessorProps,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VendedLogParserProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:44.986Z")
@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 classA builder forVendedLogParserPropsstatic final classAn implementation forVendedLogParserProps -
Method Summary
Modifier and TypeMethodDescriptionstatic VendedLogParserProps.Builderbuilder()The type of AWS vended log to parse.default StringSource 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.BuilderofVendedLogParserProps
-