Documentation ¶
Overview ¶
Package parameterstore contains modules to resolve ssm parameters present in the document.
Package parameterstore contains modules to resolve ssm parameters present in the document.
Package parameterstore contains modules to resolve ssm parameters present in the document.
Index ¶
Constants ¶
View Source
const ( // ParamTypeString represents the Param Type is String ParamTypeString = "String" // ParamTypeString represents the Param Type is SecureString ParamTypeSecureString = "SecureString" // ParamTypeStringList represents the Param Type is StringList ParamTypeStringList = "StringList" // ErrorMsg represents the error message to be sent to the customer ErrorMsg = "Encountered error while parsing input - internal error" // MaxParametersPerCall represents the max number of parameters you can send in one GetParameters call MaxParametersPerCall = 10 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetParametersResponse ¶
GetParametersResponse represents GetParameters API response
Click to show internal directories.
Click to hide internal directories.