fsx_describe_file_caches: Returns the description of a specific Amazon File Cache...

View source: R/fsx_operations.R

fsx_describe_file_cachesR Documentation

Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache

Description

Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache. Otherwise, it returns descriptions of all caches owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.

See https://www.paws-r-sdk.com/docs/fsx_describe_file_caches/ for full documentation.

Usage

fsx_describe_file_caches(
  FileCacheIds = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

FileCacheIds

IDs of the caches whose descriptions you want to retrieve (String).

MaxResults
NextToken

paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.