aws_parameter_store

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const GET_PARAMETERS_MAX_NAMES = 10

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

func NewConfig

func NewConfig(region *string, profile *string) *Config

func (*Config) Load

func (c *Config) Load() interface{}

type Store

type Store struct {
	// contains filtered or unexported fields
}

func New

func New() *Store

func (*Store) DeleteParameters

func (s *Store) DeleteParameters(names []string) error

func (*Store) DescribeParameters

func (s *Store) DescribeParameters(options ps.Options) ([]ps.Parameter, error)

func (*Store) GetParameters

func (s *Store) GetParameters(names []string) ([]ps.ParameterWithValue, error)

func (*Store) Init

func (s *Store) Init(c ps.ConfigLoader) error

func (*Store) PutParameters

func (s *Store) PutParameters(params []ps.ParameterWithValue) error

Jump to

Keyboard shortcuts

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