targetTags property

List<String>? targetTags
getter/setter pair

A list of tags that controls which instances the firewall rule applies to.

If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.

Implementation

core.List<core.String>? targetTags;