Skip to content

Commit 19182d8

Browse files
committed
docs: update vpc_connector docstring
1 parent 0215103 commit 19182d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/firebase_functions/options.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ class RuntimeOptions:
257257
vpc_connector: str | Expression[str] | _util.Sentinel | None = None
258258
"""
259259
Connect function to specified VPC connector.
260-
A value of ``RESET_VALUE`` removes the VPC connector.
260+
Accepts a plain string, an ``Expression[str]`` (e.g. a ``StringParam`` or
261+
ternary expression), or ``RESET_VALUE`` to remove the VPC connector.
261262
"""
262263

263264
vpc_connector_egress_settings: VpcEgressSetting | _util.Sentinel | None = None

0 commit comments

Comments
 (0)