Version: v3.3 
Parameters Store
Parameter Store is used to create parameters to store values in Amorphic.
Below is the sample resource definition file for Parameter:
{
"rS3TierParam": {
"Type": "Parameter",
"Properties": {
"ParameterKey": "adp-s3-tier",
"ParameterValue": "Standard",
"ParameterType": "String",
"Description": "Parameter to store the S3 tier",
"Scope": "global"
}
}
}