Interface CfnTelemetryRule.ELBLoadBalancerLoggingParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTelemetryRule.ELBLoadBalancerLoggingParametersProperty.Jsii$Proxy
- Enclosing class:
CfnTelemetryRule
@Stability(Stable)
public static interface CfnTelemetryRule.ELBLoadBalancerLoggingParametersProperty
extends software.amazon.jsii.JsiiSerializable
Configuration parameters for ELB load balancer logging, including output format and field delimiter settings.
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.observabilityadmin.*;
ELBLoadBalancerLoggingParametersProperty eLBLoadBalancerLoggingParametersProperty = ELBLoadBalancerLoggingParametersProperty.builder()
.fieldDelimiter("fieldDelimiter")
.outputFormat("outputFormat")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTelemetryRule.ELBLoadBalancerLoggingParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldDelimiter
The delimiter character used to separate fields in ELB access log entries when using plain text format.- See Also:
-
getOutputFormat
The format for ELB access log entries (plain text or JSON format).- See Also:
-
builder
@Stability(Stable) static CfnTelemetryRule.ELBLoadBalancerLoggingParametersProperty.Builder builder()
-