FlowLogTagFieldSpecification class

Constructors

FlowLogTagFieldSpecification({required Input<String> resourceType, required Input<List<String>> tagKeys})
Creates a new FlowLogTagFieldSpecification. resourceType Resource type to associate the tag keys with. Valid values: instance, network-interface, auto-scaling-group. tagKeys Ordered list of tag keys, on resources of resourceType, to display in Flow Log records. The position of each key determines which field it populates in logFormat (e.g., the first instance tag key populates $${instance-tag} and the second populates $${instance-tag-2}).
const
FlowLogTagFieldSpecification.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceType → Input<String>
Resource type to associate the tag keys with. Valid values: instance, network-interface, auto-scaling-group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagKeys → Input<List<String>>
Ordered list of tag keys, on resources of resourceType, to display in Flow Log records. The position of each key determines which field it populates in logFormat (e.g., the first instance tag key populates $${instance-tag} and the second populates $${instance-tag-2}).
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