stephenbawks / aws-ssm-parameter

Checks to see if AWS SSM Parameter exists, if not it will create it. If exist, it will check to see that is current and up to date.
MIT License
0 stars 3 forks source link

Update Documentation #1

Closed stephenbawks closed 2 years ago

stephenbawks commented 2 years ago

Naming Constraints:

Parameter names are case sensitive. A parameter name must be unique within an AWS Region A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive). Parameter names can include only the following symbols and letters: a-zA-Z0-9_.-/ A parameter name can't include spaces. Parameter hierarchies are limited to a maximum depth of fifteen levels.