Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { AccessKey string `json:"accessKey"` SecretKey string `json:"secretKey"` SessionToken *string `json:"sessionToken,omitempty"` Service string `json:"service"` Endpoint string `json:"endpoint"` Region string `json:"region"` }
func CreateConfig ¶
func CreateConfig() *Config
Click to show internal directories.
Click to hide internal directories.