Skip to content

Commit

Permalink
PC-9577 Added missing Redshift direct.go change (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemrafalski authored Sep 8, 2023
1 parent faf9b01 commit c78bbaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions direct.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ type RedshiftDirectConfig struct {
AccessKeyID string `json:"accessKeyID,omitempty" example:"secret"`
SecretAccessKey string `json:"secretAccessKey,omitempty" example:"secret"`
SecretARN string `json:"secretARN,omitempty"`
RoleARN string `json:"roleARN,omitempty" example:"arn:aws:iam::123456789012:role/SomeAccessRole"` //nolint: lll
}

// SplunkDirectConfig represents content of Splunk configuration typical for Direct Object.
Expand Down

0 comments on commit c78bbaa

Please sign in to comment.