AWS Systems Manager Parameter Store Concepts: Difference between revisions
Jump to navigation
Jump to search
(→String) |
|||
Line 11: | Line 11: | ||
==Types== | ==Types== | ||
===<tt>String</tt>=== | ===<tt>String</tt>=== | ||
By default, <code>String</code> parameters consist of any block of text Parameter Store will perform a syntax check on the data of type <code>aws:ec2:image</code>, by validating it to be an Amazon EC2 AMI. | |||
===<tt>StringList</tt>=== | ===<tt>StringList</tt>=== | ||
===<tt>SecureString</tt>=== | ===<tt>SecureString</tt>=== | ||
Security sensitive data can be safely stored as <code>SecureString</code>. | Security sensitive data can be safely stored as <code>SecureString</code>. |
Revision as of 21:37, 11 January 2022
Internal
Parameter
A parameter is any piece of data saved in the Parameter Store. Three types are supported: String, StringList and SecureString.
A parameter is referenced using the following format:
{{ssm:parameter-name}}
Types
String
By default, String
parameters consist of any block of text Parameter Store will perform a syntax check on the data of type aws:ec2:image
, by validating it to be an Amazon EC2 AMI.
StringList
SecureString
Security sensitive data can be safely stored as SecureString
.