Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Param ¶
type Param struct { // Name of the parameter // example: MyParameterKey // required: true Name string // WithDecryption is mandatory only if the value is SecureString // example: MyParameterKey // required: false WithDecryption bool // contains filtered or unexported fields }
Param input for querying a parameter from the store
type Params ¶
type Params struct { // Names of the parameters in the form of list // required: true Names []*string // WithDecryption is mandatory only if the value is SecureString // example: MyParameterKey // required: false WithDecryption bool // contains filtered or unexported fields }
Params input for querying multiple parameters from the store
type SSM ¶
type SSM struct {
// contains filtered or unexported fields
}
SSM is a SSM API client.
func New ¶
func New() *SSM
New an exported function used to create a new SSM session with default credentials.
Click to show internal directories.
Click to hide internal directories.