opsworks_assign_instance {paws.management} | R Documentation |
Assign a registered instance to a layer
Description
Assign a registered instance to a layer.
See https://www.paws-r-sdk.com/docs/opsworks_assign_instance/ for full documentation.
Usage
opsworks_assign_instance(InstanceId, LayerIds)
Arguments
InstanceId |
[required] The instance ID. |
LayerIds |
[required] The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer. |
[Package paws.management version 0.7.0 Index]