-
Notifications
You must be signed in to change notification settings - Fork 550
Undocumented fields in AWS Spec #5616
Copy link
Copy link
Closed
Description
Describe the Bug
Retry config not documented
Expected Behavior
All fields in the spec should be documented
https://www.cloudquery.io/docs/plugins/sources/aws/configuration#aws-spec
cloudquery/plugins/source/aws/client/spec.go
Lines 25 to 32 in 4e09c6a
| type Spec struct { | |
| Regions []string `json:"regions,omitempty"` | |
| Accounts []Account `json:"accounts"` | |
| Organization *AwsOrg `json:"org"` | |
| AWSDebug bool `json:"aws_debug,omitempty"` | |
| MaxRetries *int `json:"max_retries,omitempty"` | |
| MaxBackoff *int `json:"max_backoff,omitempty"` | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels