Skip to content

Describe Backup Policy

efs_describe_backup_policy R Documentation

Returns the backup policy for the specified EFS file system

Description

Returns the backup policy for the specified EFS file system.

Usage

efs_describe_backup_policy(FileSystemId)

Arguments

FileSystemId

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

Value

A list with the following syntax:

list(
  BackupPolicy = list(
    Status = "ENABLED"|"ENABLING"|"DISABLED"|"DISABLING"
  )
)

Request syntax

svc$describe_backup_policy(
  FileSystemId = "string"
)