aws.efs.describe_file_system_policy
Example SQL Queries
SELECT * FROMaws.efs.describe_file_system_policyWHERE"file_system_id" = 'VALUE';Description
Returns the FileSystemPolicy for the specified EFS file system.
This operation requires permissions for the elasticfilesystem:DescribeFileSystemPolicy action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| file_system_id Required Input Column Specifies the EFS file system to which the FileSystemPolicy applies. | 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
| |
| policy The JSON formatted FileSystemPolicy for the EFS file system. | VARCHAR |