paws.storage (version 0.1.0)

efs_describe_lifecycle_configuration: 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. EFS lifecycle management uses the LifecycleConfiguration object to identify which files to move to the EFS Infrequent Access (IA) storage class. For a file system without a LifecycleConfiguration object, the call returns an empty array in the response.

Usage

efs_describe_lifecycle_configuration(FileSystemId)

Arguments

FileSystemId

[required] The ID of the file system whose LifecycleConfiguration object you want to retrieve (String).

Request syntax

svc$describe_lifecycle_configuration(
  FileSystemId = "string"
)

Details

This operation requires permissions for the elasticfilesystem:DescribeLifecycleConfiguration operation.

Examples

Run this code
# NOT RUN {
# This operation describes a file system's LifecycleConfiguration. EFS
# lifecycle management uses the LifecycleConfiguration object to identify
# which files to move to the EFS Infrequent Access (IA) storage class.
# }
# NOT RUN {
svc$describe_lifecycle_configuration(
  FileSystemId = "fs-01234567"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab