fsx_create_volume_from_backup {paws.storage}R Documentation

Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup

Description

Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.

See https://www.paws-r-sdk.com/docs/fsx_create_volume_from_backup/ for full documentation.

Usage

fsx_create_volume_from_backup(
  BackupId,
  ClientRequestToken = NULL,
  Name,
  OntapConfiguration = NULL,
  Tags = NULL
)

Arguments

BackupId

[required]

ClientRequestToken
Name

[required] The name of the new volume you're creating.

OntapConfiguration

Specifies the configuration of the ONTAP volume that you are creating.

Tags

[Package paws.storage version 0.9.0 Index]