Skip to content

Undocumented fields in AWS Spec #5616

@bbernays

Description

@bbernays

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

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"`
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions