Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Region specifies the AWS region
Region string `confx:"region" usage:"AWS region (e.g., ap-northeast-1)"`
// AccessKeyID specifies the AWS access key ID
AccessKeyID string `confx:"accessKeyID" usage:"AWS access key ID"`
// SecretAccessKey specifies the AWS secret access key
SecretAccessKey string `confx:"secretAccessKey" usage:"AWS secret access key"`
// SessionToken specifies the AWS session token for temporary credentials
SessionToken string `confx:"sessionToken" usage:"AWS session token for temporary credentials"`
}
Config defines AWS configuration that supports both confx and environment variables
Click to show internal directories.
Click to hide internal directories.