deleteFileSystemPolicy
inline suspend fun EfsClient.deleteFileSystemPolicy(crossinline block: DeleteFileSystemPolicyRequest.Builder.() -> Unit): DeleteFileSystemPolicyResponse
Deletes the FileSystemPolicy
for the specified file system. The default FileSystemPolicy
goes into effect once the existing policy is deleted. For more information about the default file system policy, see Using Resource-based Policies with EFS.
This operation requires permissions for the elasticfilesystem:DeleteFileSystemPolicy
action.