Aws Ssm Parameter Properties Args
Definition of awsSsmParameter
Constructors
Properties
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+$`
Information about the parameter.
The name of the parameter. The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter Amazon Resource Name (ARN), is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters: `arn:aws:ssm:us-east-2:111222333444:parameter/ExampleParameterName`
Information about the policies assigned to a parameter. Assigning parameter policies in the User Guide.
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.