Cmdlets for Amazon DynamoDB

Build 25.0.9434

RetryWaitTime Parameter (Connect-AmazonDynamoDB Cmdlet)

Specifies the minimum number of milliseconds the provider waits before retrying a request. The wait time doubles with each retry.

Syntax

Connect-AmazonDynamoDB -RetryWaitTime string

Data Type

cstr

Default Value

"2000"

Remarks

This property defines the base wait time, in milliseconds, between retries when a temporary issue is detected like a network failures or rate-limiting. With each retry, the wait time doubles, following an exponential backoff strategy.

The total number of retries is controlled by the MaximumRequestRetries property. For example, if RetryWaitTime is set to 2000 milliseconds and MaximumRequestRetries is set to 3, the driver waits 2000, 4000, and 8000 milliseconds before subsequent retries.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434