package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev
# Packages
Package allowedregexparamvalidator is responsible for validating parameter value with regex pattern given in the document.
Package allowedvalueparamvalidator is responsible for validating parameter value with the allowed values given in the document.
Package minmaxcharparamvalidator is responsible for validating parameter value with the min max char restriction given in the document for parameters.
Package minmaxitemparamvalidator is responsible for validating parameter value with the min max item restriction given in the document for parameters.
No description provided by the author
# Functions
GetMandatoryValidators returns all the registered mandatory parameter validators.
GetOptionalValidators returns all the registered optional parameter validators.
# Interfaces
ParameterValidator is the interface for various Parameter validators.