---
type: resource-type
title: SsmParameter
description: aws resource type AWS::SSM::Parameter
name: SsmParameter
lexicon: aws
resource_type: AWS::SSM::Parameter
---
`AWS::SSM::Parameter`, a resource type of the aws lexicon.

## Properties

- `Type` (`"String" | "StringList"`, required): The type of parameter. Parameters of type ``SecureString`` are not supported by CFNlong.
- `Value` (`string`, required): The parameter value. If type is ``StringList``, the system returns a comma-separated string with no spaces between commas in the ``Value`` field.
- `AllowedPattern` (`string`, optional): A regular expression used to validate the parameter value. For example, for ``String`` types with values restricted to numbers, you can specify the following: ``AllowedPattern=^\d+$``
- `Arn` (`string`, optional)
- `DataType` (`"aws:ec2:image" | "text"`, optional): The data type of the parameter, such as ``text`` or ``aws:ec2:image``. The default is ``text``.
- `Description` (`string`, optional): Information about the parameter.
- `Name` (`string`, optional): The name of the parameter. The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by SYS. The maximum length for a parameter name that you specify is 1011 characters. This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/``.
- `Policies` (`string`, optional): Information about the policies assigned to a parameter. [Assigning parameter policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html) in the *User Guide*.
- `Tags` (`Record<string, unknown>`, optional): Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs). Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a SYS parameter to identify the type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter.
- `Tier` (`"Advanced" | "Intelligent-Tiering" | "Standard"`, optional): The parameter tier.

## Attributes

- `Arn`
