Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: function_trigger.md typos #484

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/resources/function_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following arguments are supported:
* `function.0.retry_attempts` - Retry attempts for Yandex.Cloud Function for Yandex Cloud Functions Trigger
* `function.0.retry_interval` - Retry interval in seconds for Yandex.Cloud Function for Yandex Cloud Functions Trigger

* `` - [Yandex.Cloud Serverless Container](https://cloud.yandex.com/en-ru/docs/serverless-containers/concepts/container) settings definition for Yandex Cloud Functions Trigger
* `container` - [Yandex.Cloud Serverless Container](https://cloud.yandex.com/en-ru/docs/serverless-containers/concepts/container) settings definition for Yandex Cloud Functions Trigger
* `container.0.id` - Yandex.Cloud Serverless Container ID for Yandex Cloud Functions Trigger
* `container.0.service_account_id` - Service account ID for Yandex.Cloud Serverless Container for Yandex Cloud Functions Trigger
* `container.0.path` - Path for Yandex.Cloud Serverless Container for Yandex Cloud Functions Trigger
Expand Down Expand Up @@ -110,7 +110,7 @@ The following arguments are supported:
* `data_streams.0.batch_cutoff` - Batch Duration in seconds for Yandex Cloud Functions Trigger
* `data_streams.0.batch_size` - Batch Size for Yandex Cloud Functions Trigger

* `mail` - [Logging](https://cloud.yandex.com/en/docs/functions/concepts/trigger/mail-trigger) settings definition for Yandex Cloud Functions Trigger, if present
* `mail` - [Mail](https://cloud.yandex.com/en/docs/functions/concepts/trigger/mail-trigger) settings definition for Yandex Cloud Functions Trigger, if present
* `mail.0.attachments_bucket_id` - Object Storage Bucket ID for Yandex Cloud Functions Trigger
* `mail.0.service_account_id` - Service account ID to access object storage for Yandex Cloud Functions Trigger
* `mail.0.batch_cutoff` - Batch Duration in seconds for Yandex Cloud Functions Trigger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following arguments are supported:
* `function.0.retry_attempts` - Retry attempts for Yandex.Cloud Function for Yandex Cloud Functions Trigger
* `function.0.retry_interval` - Retry interval in seconds for Yandex.Cloud Function for Yandex Cloud Functions Trigger

* `` - [Yandex.Cloud Serverless Container](https://cloud.yandex.com/en-ru/docs/serverless-containers/concepts/container) settings definition for Yandex Cloud Functions Trigger
* `container` - [Yandex.Cloud Serverless Container](https://cloud.yandex.com/en-ru/docs/serverless-containers/concepts/container) settings definition for Yandex Cloud Functions Trigger
* `container.0.id` - Yandex.Cloud Serverless Container ID for Yandex Cloud Functions Trigger
* `container.0.service_account_id` - Service account ID for Yandex.Cloud Serverless Container for Yandex Cloud Functions Trigger
* `container.0.path` - Path for Yandex.Cloud Serverless Container for Yandex Cloud Functions Trigger
Expand Down Expand Up @@ -99,7 +99,7 @@ The following arguments are supported:
* `data_streams.0.batch_cutoff` - Batch Duration in seconds for Yandex Cloud Functions Trigger
* `data_streams.0.batch_size` - Batch Size for Yandex Cloud Functions Trigger

* `mail` - [Logging](https://cloud.yandex.com/en/docs/functions/concepts/trigger/mail-trigger) settings definition for Yandex Cloud Functions Trigger, if present
* `mail` - [Mail](https://cloud.yandex.com/en/docs/functions/concepts/trigger/mail-trigger) settings definition for Yandex Cloud Functions Trigger, if present
* `mail.0.attachments_bucket_id` - Object Storage Bucket ID for Yandex Cloud Functions Trigger
* `mail.0.service_account_id` - Service account ID to access object storage for Yandex Cloud Functions Trigger
* `mail.0.batch_cutoff` - Batch Duration in seconds for Yandex Cloud Functions Trigger
Expand Down