useResourceTimeoutForPropagation property

Input<bool?>? useResourceTimeoutForPropagation
final

Whether to apply resource level timeout values while retrying eventually consistent API operations. By default the provider uses a 5 minute timeout to allow for propagation in the Lambda service. When set to true, this default value is replaced with the configurable resource timeouts. Increased timeout values may be useful in highly active accounts, or regions where propagation delays are inconsistent.

Implementation

final pulumi.Input<bool?>? useResourceTimeoutForPropagation;