direction property
Direction of traffic to which this firewall applies, either INGRESS
or
EGRESS
.
The default is INGRESS
. For EGRESS
traffic, you cannot specify the
sourceTags fields.
Possible string values are:
- "EGRESS" : Indicates that firewall should apply to outgoing traffic.
- "INGRESS" : Indicates that firewall should apply to incoming traffic.
Implementation
core.String? direction;