ssmparams

package
v0.0.0-...-1b8f325 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2023 License: MIT Imports: 5 Imported by: 0

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

type SSMParamsOutput struct {
	Params            map[string]interface{}
	InvalidParameters []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL