Skip to content

Commit

Permalink
fix: update an import
Browse files Browse the repository at this point in the history
Signed-off-by: Samantha Coyle <sam@diagrid.io>
  • Loading branch information
sicoyle committed Dec 19, 2024
1 parent a631d49 commit 7230a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/aws/sqs/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ type sqsMetadata struct {
SessionToken string `json:"sessionToken" mapstructure:"sessionToken" mdignore:"true"`
// Region specifies the AWS region for the bucket.
Region string `json:"region" mapstructure:"region" mapstructurealiases:"awsRegion" mdignore:"true"`
// AWS endpoint for the component to use, to connect to S3-compatible services or emulators. Do not use this when running against production AWS.
Endpoint string `json:"endpoint,omitempty" mapstructure:"endpoint"`
// The SQS queue name.
QueueName string `json:"queueName"`
}
Expand Down

0 comments on commit 7230a45

Please sign in to comment.