{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
},
"Resources": {
"ExtensionResource": {
"Type": "ALIYUN::POLARDB::ParameterGroup",
"Properties": {
"Parameters": [
{
"ParamValue": "86400",
"ParamName": "wait_timeout"
}
],
"DbVersion": "8.0",
"ParameterGroupName": "test_group",
"ParameterGroupDesc": "test_group",
"DbType": "MySQL"
}
}
},
"Outputs": {
"Parameters": {
"Description": "The list of the parameters.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"Parameters"
]
}
},
"ParameterGroupId": {
"Description": "The ID of the parameter group.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"ParameterGroupId"
]
}
},
"DbVersion": {
"Description": "The version of the database engine.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"DbVersion"
]
}
},
"ForceRestart": {
"Description": "Indicates whether to restart the cluster when this parameter template is applied.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"ForceRestart"
]
}
},
"ParameterGroupName": {
"Description": "The name of the parameter template.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"ParameterGroupName"
]
}
},
"ParameterGroupDesc": {
"Description": "The description of the parameter template.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"ParameterGroupDesc"
]
}
},
"ParameterGroupType": {
"Description": "The type of the parameter template.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"ParameterGroupType"
]
}
},
"CreateTime": {
"Description": "The time when the parameter template was created.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"CreateTime"
]
}
},
"ParameterCounts": {
"Description": "The number of parameters in the parameter template.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"ParameterCounts"
]
}
},
"DbType": {
"Description": "The type of the database engine.",
"Value": {
"Fn::GetAtt": [
"ExtensionResource",
"DbType"
]
}
}
}
}