Documentation ¶
Index ¶
Constants ¶
View Source
const (
VersionID = "version_id"
)
Constant literals.
Variables ¶
This section is empty.
Functions ¶
func NewParameterStore ¶
func NewParameterStore(logger logger.Logger) secretstores.SecretStore
NewParameterStore returns a new ssm parameter store.
Types ¶
type ParameterStoreMetaData ¶ added in v1.10.1
type ParameterStoreMetaData struct { // Ignored by metadata parser because included in built-in authentication profile AccessKey string `json:"accessKey" mapstructure:"accessKey" mdignore:"true"` SecretKey string `json:"secretKey" mapstructure:"secretKey" mdignore:"true"` SessionToken string `json:"sessionToken" mapstructure:"sessionToken" mdignore:"true"` Region string `json:"region" mapstructure:"region" mapstructurealiases:"awsRegion" mdignore:"true"` Prefix string `json:"prefix"` }
Click to show internal directories.
Click to hide internal directories.