Learn R Programming

paws.management (version 0.2.0)

opsworks_update_volume: Updates an Amazon EBS volume's name or mount point

Description

Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.

See https://paws-r.github.io/docs/opsworks/update_volume.html for full documentation.

Usage

opsworks_update_volume(VolumeId, Name = NULL, MountPoint = NULL)

Arguments

VolumeId

[required] The volume ID.

Name

The new name.

MountPoint

The new mount point.