Parameter
An Amazon Systems Manager parameter in Parameter Store.
Contents
- ARN
- 
               The Amazon Resource Name (ARN) of the parameter. Type: String Required: No 
- DataType
- 
               The data type of the parameter, such as textoraws:ec2:image. The default istext.Type: String Length Constraints: Minimum length of 0. Maximum length of 128. Required: No 
- LastModifiedDate
- 
               Date the parameter was last changed or updated and the parameter version was created. Type: Timestamp Required: No 
- Name
- 
               The name of the parameter. Type: String Length Constraints: Minimum length of 1. Maximum length of 2048. Required: No 
- Selector
- 
               Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats: parameter_name:version parameter_name:label Type: String Length Constraints: Minimum length of 0. Maximum length of 128. Required: No 
- SourceResult
- 
               Applies to parameters that reference information in other Amazon services. SourceResultis the raw result or response from the source.Type: String Required: No 
- Type
- 
               The type of parameter. Valid values include the following: String,StringList, andSecureString.NoteIf type is StringList, the system returns a comma-separated string with no spaces between commas in theValuefield.Type: String Valid Values: String | StringList | SecureStringRequired: No 
- Value
- 
               The parameter value. NoteIf type is StringList, the system returns a comma-separated string with no spaces between commas in theValuefield.Type: String Required: No 
- Version
- 
               The parameter version. Type: Long Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: