Class CfnOrganizationTelemetryRulePropsMixin.ELBLoadBalancerLoggingParametersProperty
Configuration parameters for ELB load balancer logging, including output format and field delimiter settings.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ObservabilityAdmin
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnOrganizationTelemetryRulePropsMixin.ELBLoadBalancerLoggingParametersProperty : CfnOrganizationTelemetryRulePropsMixin.IELBLoadBalancerLoggingParametersProperty
Syntax (vb)
Public Class CfnOrganizationTelemetryRulePropsMixin.ELBLoadBalancerLoggingParametersProperty Implements CfnOrganizationTelemetryRulePropsMixin.IELBLoadBalancerLoggingParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ObservabilityAdmin;
var eLBLoadBalancerLoggingParametersProperty = new ELBLoadBalancerLoggingParametersProperty {
FieldDelimiter = "fieldDelimiter",
OutputFormat = "outputFormat"
};
Synopsis
Constructors
| ELBLoadBalancerLoggingParametersProperty() | Configuration parameters for ELB load balancer logging, including output format and field delimiter settings. |
Properties
| FieldDelimiter | The delimiter character used to separate fields in ELB access log entries when using plain text format. |
| OutputFormat | The format for ELB access log entries (plain text or JSON format). |
Constructors
ELBLoadBalancerLoggingParametersProperty()
Configuration parameters for ELB load balancer logging, including output format and field delimiter settings.
public ELBLoadBalancerLoggingParametersProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ObservabilityAdmin;
var eLBLoadBalancerLoggingParametersProperty = new ELBLoadBalancerLoggingParametersProperty {
FieldDelimiter = "fieldDelimiter",
OutputFormat = "outputFormat"
};
Properties
FieldDelimiter
The delimiter character used to separate fields in ELB access log entries when using plain text format.
public string? FieldDelimiter { get; set; }
Property Value
Remarks
OutputFormat
The format for ELB access log entries (plain text or JSON format).
public string? OutputFormat { get; set; }