package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev

# Functions

Resolve resolves ssm parameters of the format {{ssm:*}}.
ValidateSSMParameters validates SSM parameters.

# Constants

ErrorMsg represents the error message to be sent to the customer.
MaxParametersPerCall represents the max number of parameters you can send in one GetParameters call.
ParamTypeSecureString represents the Param Type is SecureString.
ParamTypeString represents the Param Type is String.
ParamTypeStringList represents the Param Type is StringList.
Delimiter used for splitting StringList type SSM parameters.

# Structs

GetParameterResponse represents the response from GetParameter API.
GetParametersResponse represents GetParameters API response.
Parameter contains info about the parameter.