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: