{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-schema/iam-access-analyzer-efs-file-system-configuration-schema.json", "title": "EfsFileSystemConfiguration", "description": "

The proposed access control configuration for an Amazon EFS file system. You can propose a configuration for a new Amazon EFS file system or an existing Amazon EFS file system that you own by specifying the Amazon EFS policy. For more information, see Using file systems in Amazon EFS.

", "type": "object", "properties": { "fileSystemPolicy": { "allOf": [ { "$ref": "#/components/schemas/EfsFileSystemPolicy" }, { "description": "The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies." } ] } } }