aws.efs.describe_lifecycle_configuration
Example SQL Queries
SELECT * FROMaws.efs.describe_lifecycle_configurationWHERE"file_system_id" = 'VALUE';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.
This operation requires permissions for the elasticfilesystem:DescribeLifecycleConfiguration operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| file_system_id Required Input Column The ID of the file system whose LifecycleConfiguration object you want to retrieve (String). | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| lifecycle_policies An array of lifecycle management policies. EFS supports a maximum of one policy per file system. | STRUCT( |
Show child fields
| |