View source: R/opsworks_operations.R
opsworks_register_volume | R Documentation |
Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling deregister_volume
. For more information, see Resource Management.
See https://www.paws-r-sdk.com/docs/opsworks_register_volume/ for full documentation.
opsworks_register_volume(Ec2VolumeId = NULL, StackId)
Ec2VolumeId |
The Amazon EBS volume ID. |
StackId |
[required] The stack ID. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.