TelemetryRuleForOrganizationRuleDestinationConfigurationElbLoadBalancerLoggingParameters class

Constructors

TelemetryRuleForOrganizationRuleDestinationConfigurationElbLoadBalancerLoggingParameters({Input<String?>? fieldDelimiter, Input<String?>? outputFormat})
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationElbLoadBalancerLoggingParameters. fieldDelimiter Delimiter character used to separate fields in ELB access log entries when using plain text format. outputFormat Format for ELB access log entries. Valid values: plain-text, json.
const
TelemetryRuleForOrganizationRuleDestinationConfigurationElbLoadBalancerLoggingParameters.fromMap(Map<String, dynamic> map)
factory

Properties

fieldDelimiter → Input<String?>?
Delimiter character used to separate fields in ELB access log entries when using plain text format.
final
hashCode int
The hash code for this object.
no setterinherited
outputFormat → Input<String?>?
Format for ELB access log entries. Valid values: plain-text, json.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited