Interface CfnTelemetryRulePropsMixin.ELBLoadBalancerLoggingParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTelemetryRulePropsMixin.ELBLoadBalancerLoggingParametersProperty.Jsii$Proxy
Enclosing class:
CfnTelemetryRulePropsMixin

@Stability(Stable) public static interface CfnTelemetryRulePropsMixin.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.cfnpropertymixins.services.observabilityadmin.*;
 ELBLoadBalancerLoggingParametersProperty eLBLoadBalancerLoggingParametersProperty = ELBLoadBalancerLoggingParametersProperty.builder()
         .fieldDelimiter("fieldDelimiter")
         .outputFormat("outputFormat")
         .build();
 

See Also: