# 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
  }
}
Last Updated: 9/10/2023, 11:30:14 AM