21 lines
445 B
Plaintext
Raw Permalink Normal View History

<!-- Code generated from the comments of the AWSPollingConfig struct in builder/amazon/common/state.go; DO NOT EDIT MANUALLY -->
Polling configuration for the AWS waiter. Configures the waiter for resources creation or actions like attaching
volumes or importing image.
HCL2 example:
```hcl
aws_polling {
delay_seconds = 30
max_attempts = 50
}
```
JSON example:
```json
"aws_polling" : {
"delay_seconds": 30,
"max_attempts": 50
}
```