Systems Manager Parameter

Systems Manager Parameter in AWS is a resource that stores configuration data and secrets in a secure, hierarchical way. It allows you to manage values such as database strings, passwords, or license codes, and retrieve them programmatically or through the AWS Management Console. Parameters can be plain text, encrypted with AWS KMS, or organized with naming conventions for easier management. This helps centralize configuration, improve security, and simplify automation across AWS services and applications.

aws.ssm_parameter

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
allowed_patterncorestringA parameter name can include only the following letters and symbols. a-zA-Z0-9_.-
arncorestringThe Amazon Resource Name (ARN) of the parameter.
data_typecorestringThe data type of the parameter, such as text or aws:ec2:image. The default is text.
descriptioncorestringDescription of the parameter actions.
key_idcorestringThe alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to SecureString parameters only.
last_modified_datecoretimestampDate the parameter was last changed or updated.
last_modified_usercorestringAmazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.
namecorestringThe parameter name.
policiescorejsonA list of policies associated with a parameter.
tagscorehstore
tiercorestringThe parameter tier.
typecorestringThe type of parameter. Valid parameter types include the following: String, StringList, and SecureString.
versioncoreint64The parameter version.