tagKeys property
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}).
Implementation
final pulumi.Input<List<String>> tagKeys;