# getConfiguredRegistryKey
State Resource
This is a State Resource as provided by the tymly-core-plugin plugin.
# Purpose
Gets a specific registry key value
# Usage
# Example
{
"GetConfiguredRegistryKey": {
"Type": "Task",
"Resource": "module:getConfiguredRegistryKey",
"ResourceConfig": {
"key": "tymlyTest_falseTestKey"
},
"ResultPath": "$.result",
"End": true
}
}