We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0215103 commit 19182d8Copy full SHA for 19182d8
1 file changed
src/firebase_functions/options.py
@@ -257,7 +257,8 @@ class RuntimeOptions:
257
vpc_connector: str | Expression[str] | _util.Sentinel | None = None
258
"""
259
Connect function to specified VPC connector.
260
- A value of ``RESET_VALUE`` removes the VPC connector.
+ Accepts a plain string, an ``Expression[str]`` (e.g. a ``StringParam`` or
261
+ ternary expression), or ``RESET_VALUE`` to remove the VPC connector.
262
263
264
vpc_connector_egress_settings: VpcEgressSetting | _util.Sentinel | None = None
0 commit comments