File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
plugins/source/aws/resources/plugin Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# For additional help, see https://www.cloudquery.io/plugins/aws
22# Optional. Enable AWS SDK debug logging.
33aws_debug : false
4- # Optional. The maximum number of times that a request will be retried for failures. Defaults to 10 retry attempts.
5- max_retries : 10
6- # Optional. The maximum back off delay between attempts (in seconds). The backoff delays exponentially with a jitter
7- # based on the number of attempts. Defaults to 30 seconds.
8- max_backoff : 30
4+ # # Optional. The maximum number of times that a request will be retried for failures. Defaults to 10 retry attempts.
5+ # max_retries: 10
6+ # # Optional. The maximum back off delay between attempts (in seconds). The backoff delays exponentially with a jitter
7+ # # based on the number of attempts. Defaults to 30 seconds.
8+ # max_backoff: 30
99# # Optional. Sync only specified regions. Default assumes all regions.
1010# regions:
1111# - us-east-1
You can’t perform that action at this time.
0 commit comments