Show / Hide Table of Contents

Class CfnOrganizationTelemetryRulePropsMixin.ELBLoadBalancerLoggingParametersProperty

Configuration parameters for ELB load balancer logging, including output format and field delimiter settings.

Inheritance
object
CfnOrganizationTelemetryRulePropsMixin.ELBLoadBalancerLoggingParametersProperty
Implements
CfnOrganizationTelemetryRulePropsMixin.IELBLoadBalancerLoggingParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-elbloadbalancerloggingparameters.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-elbloadbalancerloggingparameters.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-elbloadbalancerloggingparameters.html#cfn-observabilityadmin-organizationtelemetryrule-elbloadbalancerloggingparameters-fielddelimiter

OutputFormat

The format for ELB access log entries (plain text or JSON format).

public string? OutputFormat { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-elbloadbalancerloggingparameters.html#cfn-observabilityadmin-organizationtelemetryrule-elbloadbalancerloggingparameters-outputformat

Implements

CfnOrganizationTelemetryRulePropsMixin.IELBLoadBalancerLoggingParametersProperty
Back to top Generated by DocFX