You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/functions_function.html.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ The following attributes are exported:
45
45
*`image_digest` - The image digest for the version of the image that will be pulled when invoking this function. If no value is specified, the digest currently associated with the image in the Oracle Cloud Infrastructure Registry will be used. Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
46
46
*`invoke_endpoint` - The base https invoke URL to set on a client in order to invoke a function. This URL will never change over the lifetime of the function and can be cached.
47
47
*`memory_in_mbs` - Maximum usable memory for the function (MiB).
48
+
*`provisioned_concurrency_config` - Define the strategy for provisioned concurrency for the function.
49
+
* `count` -
50
+
* `strategy` - The strategy for provisioned concurrency to be used.
48
51
*`state` - The current state of the function.
49
52
*`time_created` - The time the function was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-09-12T22:47:12.613Z`
50
53
*`time_updated` - The time the function was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-09-12T22:47:12.613Z`
Copy file name to clipboardExpand all lines: website/docs/d/functions_functions.html.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ The following attributes are exported:
59
59
*`image_digest` - The image digest for the version of the image that will be pulled when invoking this function. If no value is specified, the digest currently associated with the image in the Oracle Cloud Infrastructure Registry will be used. Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
60
60
*`invoke_endpoint` - The base https invoke URL to set on a client in order to invoke a function. This URL will never change over the lifetime of the function and can be cached.
61
61
*`memory_in_mbs` - Maximum usable memory for the function (MiB).
62
+
*`provisioned_concurrency_config` - Define the strategy for provisioned concurrency for the function.
63
+
* `count` -
64
+
* `strategy` - The strategy for provisioned concurrency to be used.
62
65
*`state` - The current state of the function.
63
66
*`time_created` - The time the function was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-09-12T22:47:12.613Z`
64
67
*`time_updated` - The time the function was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-09-12T22:47:12.613Z`
@@ -50,6 +57,9 @@ The following arguments are supported:
50
57
*`image` - (Required) (Updatable) The qualified name of the Docker image to use in the function, including the image tag. The image should be in the Oracle Cloud Infrastructure Registry that is in the same region as the function itself. This field must be updated if image_digest is updated. Example: `phx.ocir.io/ten/functions/function:0.0.1`
51
58
*`image_digest` - (Optional) (Updatable) The image digest for the version of the image that will be pulled when invoking this function. If no value is specified, the digest currently associated with the image in the Oracle Cloud Infrastructure Registry will be used. This field must be updated if image is updated. Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
52
59
*`memory_in_mbs` - (Required) (Updatable) Maximum usable memory for the function (MiB).
60
+
*`provisioned_concurrency_config` - (Optional) (Updatable) Define the strategy for provisioned concurrency for the function.
61
+
* `count` - (Required when strategy=CONSTANT) (Updatable)
62
+
* `strategy` - (Required) (Updatable) The strategy for provisioned concurrency to be used.
53
63
*`timeout_in_seconds` - (Optional) (Updatable) Timeout for executions of the function. Value in seconds.
54
64
*`trace_config` - (Optional) (Updatable) Define the tracing configuration for a function.
55
65
* `is_enabled` - (Optional) (Updatable) Define if tracing is enabled for the resource.
@@ -75,6 +85,9 @@ The following attributes are exported:
75
85
*`image_digest` - The image digest for the version of the image that will be pulled when invoking this function. If no value is specified, the digest currently associated with the image in the Oracle Cloud Infrastructure Registry will be used. This field must be updated if image is updated. Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
76
86
*`invoke_endpoint` - The base https invoke URL to set on a client in order to invoke a function. This URL will never change over the lifetime of the function and can be cached.
77
87
*`memory_in_mbs` - Maximum usable memory for the function (MiB).
88
+
*`provisioned_concurrency_config` - Define the strategy for provisioned concurrency for the function.
89
+
* `count` -
90
+
* `strategy` - The strategy for provisioned concurrency to be used.
78
91
*`state` - The current state of the function.
79
92
*`time_created` - The time the function was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-09-12T22:47:12.613Z`
80
93
*`time_updated` - The time the function was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-09-12T22:47:12.613Z`
0 commit comments