opsworkscm_associate_node {paws.management} | R Documentation |
Associates a new node with the server. For more information about how to disassociate a node, see disassociate_node
.
See https://www.paws-r-sdk.com/docs/opsworkscm_associate_node/ for full documentation.
opsworkscm_associate_node(ServerName, NodeName, EngineAttributes)
ServerName |
[required] The name of the server with which to associate the node. |
NodeName |
[required] The name of the node. |
EngineAttributes |
[required] Engine attributes used for associating the node. Attributes accepted in a AssociateNode request for Chef
Attributes accepted in a AssociateNode request for Puppet
|