parameterstore

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package parameterstore wraps AWS Systems Manager Parameter Store in a basic interface that provides calls specific to our needs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client is our own parameter store client

func New

func New() (*Client, error)

New returns a new Client instance

func NewWithSSMClient

func NewWithSSMClient(c ssmiface.SSMAPI) (*Client, error)

NewWithSSMClient creates a new Client instance with a provided ssm client object

func (*Client) GetParameterValue

func (c *Client) GetParameterValue(key string) (string, error)

GetParameterValue returns the string value of a given parameter store key (unencrypted if so)

Jump to

Keyboard shortcuts

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