Learn R Programming

paws.storage (version 0.1.12)

efs_describe_file_system_policy: Returns the FileSystemPolicy for the specified EFS file system

Description

Returns the FileSystemPolicy for the specified EFS file system.

This operation requires permissions for the elasticfilesystem:DescribeFileSystemPolicy action.

Usage

efs_describe_file_system_policy(FileSystemId)

Value

A list with the following syntax:

list(
  FileSystemId = "string",
  Policy = "string"
)

Arguments

FileSystemId

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

Request syntax

svc$describe_file_system_policy(
  FileSystemId = "string"
)