aws.efs.describe_backup_policy
Example SQL Queries
SELECT * FROMaws.efs.describe_backup_policyWHERE"file_system_id" = 'VALUE';Description
Returns the backup policy for the specified EFS file system.
Table Definition
| Column Name | Column Data Type |
|---|---|
| file_system_id Required Input Column Specifies which EFS file system for which to retrieve the BackupPolicy. | 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
| |
| backup_policy Describes the file system's backup policy, indicating whether automatic backups are turned on or off. | STRUCT( |
Show child fields
| |