efs_describe_lifecycle_configuration {paws.storage} | R Documentation |
Returns the current LifecycleConfiguration object for the specified Amazon EFS file system
Description
Returns the current LifecycleConfiguration
object for the specified Amazon EFS file system. Lifecycle management uses the LifecycleConfiguration
object to identify when to move files between storage classes. For a file system without a LifecycleConfiguration
object, the call returns an empty array in the response.
See https://www.paws-r-sdk.com/docs/efs_describe_lifecycle_configuration/ for full documentation.
Usage
efs_describe_lifecycle_configuration(FileSystemId)
Arguments
FileSystemId |
[required] The ID of the file system whose |
[Package paws.storage version 0.6.0 Index]