# getCloudStorageContents

State Resource

This is a State Resource as provided by the tymly-cloudstorage-plugin plugin.

# Purpose

Returns the contents of a cloud storage folder

# Usage

# Example

{
  "GetCloudStorageContents": {
    "Type": "Task",
    "Resource": "module:getCloudStorageContents",
    "ResourceConfig": {
      "folderPath": "Shared Documents/General/uploads/ridge_uploads/${boardKeys.uprn}"
    },
    "ResultPath": "$.sharepoint",
    "Next": "CreateSearchInput"
  }
}

# Options

# Optional properties

# provider

  • Type: string

# remoteFolderPath

  • Type: string
Last Updated: 9/10/2023, 11:30:14 AM