vpcConnectorEgressSettings property
The egress settings for the connector, controlling what traffic is diverted through it. Possible string values are:
- "VPC_CONNECTOR_EGRESS_SETTINGS_UNSPECIFIED" : Unspecified.
- "PRIVATE_RANGES_ONLY" : Use the VPC Access Connector only for private IP space from RFC1918.
- "ALL_TRAFFIC" : Force the use of VPC Access Connector for all egress traffic from the function.
Implementation
core.String? vpcConnectorEgressSettings;