TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters class

Constructors

TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters({Input<String?>? logFormat, Input<int?>? maxAggregationInterval, Input<String?>? trafficType})
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters. logFormat Format string for VPC Flow Log entries. maxAggregationInterval Maximum interval (in seconds) between the capture of flow log records. Valid values: 60, 600. trafficType Type of traffic to log. Valid values: ACCEPT, REJECT, ALL.
const
TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
logFormat → Input<String?>?
Format string for VPC Flow Log entries.
final
maxAggregationInterval → Input<int?>?
Maximum interval (in seconds) between the capture of flow log records. Valid values: 60, 600.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trafficType → Input<String?>?
Type of traffic to log. Valid values: ACCEPT, REJECT, ALL.
final

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