Learn R Programming

paws.storage (version 0.1.12)

efs_delete_file_system_policy: Deletes the FileSystemPolicy for the specified file system

Description

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.

Usage

efs_delete_file_system_policy(FileSystemId)

Value

An empty list.

Arguments

FileSystemId

[required] Specifies the EFS file system for which to delete the FileSystemPolicy.

Request syntax

svc$delete_file_system_policy(
  FileSystemId = "string"
)