Documentation
¶
Index ¶
- type SSMClient
- func (client *SSMClient) GetParameterValue(paramName string, decrypt bool) (string, error)
- func (client *SSMClient) ListParameters(prefix string) ([]string, error)
- func (client *SSMClient) RemoveParameter(name string) error
- func (client *SSMClient) SetParameter(name, value string, overwrite bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSMClient ¶
func NewSSMClient ¶
func NewSSMClient() *SSMClient
func (*SSMClient) GetParameterValue ¶
func (*SSMClient) ListParameters ¶
func (*SSMClient) RemoveParameter ¶
Click to show internal directories.
Click to hide internal directories.