Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSMParamsConfig ¶
type SSMParamsConfig struct {
// contains filtered or unexported fields
}
func NewSSMParams ¶
func NewSSMParams(opts ...func(*SSMParamsConfig)) *SSMParamsConfig
func (*SSMParamsConfig) GetParams ¶
func (config *SSMParamsConfig) GetParams(paramNames []string) (*SSMParamsOutput, error)
type SSMParamsOption ¶
type SSMParamsOption func(config *SSMParamsConfig)
func SetLogger ¶
func SetLogger(logger *logrus.Logger) SSMParamsOption
func SetProfile ¶
func SetProfile(profile string) SSMParamsOption
func SetRegion ¶
func SetRegion(region string) SSMParamsOption
type SSMParamsOutput ¶
Click to show internal directories.
Click to hide internal directories.