Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 2.9 KB

elasticfilesystem.md

File metadata and controls

13 lines (13 loc) · 2.9 KB
Action Description Resource Condition
elasticfilesystem:CreateFileSystem Creates a new, empty file system. arn:aws:elasticfilesystem:$region:$account-id:file-system/* -
elasticfilesystem:CreateTags Creates or overwrites tags associated with a file system. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -
elasticfilesystem:DescribeTags Returns the tags associated with a file system. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -
elasticfilesystem:DeleteTags Deletes the specified tags from a file system. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -
elasticfilesystem:CreateMountTarget Creates a mount target for a file system. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -
elasticfilesystem:ModifyMountTargetSecurityGroups Modifies the set of security groups in effect for a mount target. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -
elasticfilesystem:DescribeMountTargetSecurityGroups Returns the security groups currently in effect for a mount target. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -
elasticfilesystem:DescribeFileSystems Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id, arn:aws:elasticfilesystem:$region:$account-id:file-system/* -
elasticfilesystem:DescribeMountTargets Returns the descriptions of all the current mount targets, or a specific mount target, for a file system. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -
elasticfilesystem:DeleteMountTarget Deletes the specified mount target. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -
elasticfilesystem:DeleteFileSystem Deletes a file system, permanently severing access to its contents. arn:aws:elasticfilesystem:$region:$account-id:file-system/$filesystem-id -