You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::OpsWorksCM::Types::AssociateNodeRequestWhen passing AssociateNodeRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
server_name: "ServerName", node_name: "NodeName", engine_attributes: [ {
name: "EngineAttributeName",
value: "EngineAttributeValue",
},
],
}
Instance Attribute Summary collapse
Engine attributes used for associating the node.
The name of the node.
The name of the server with which to associate the node.
Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request for Chef .title
CHEF_ORGANIZATION
: The Chef organization with which the node is associated. By default only one organization named default
can exist.
CHEF_NODE_PUBLIC_KEY
: A PEM-formatted public key. This key is required for the chef-client
agent to access the Chef API.
Attributes accepted in a AssociateNode request for Puppet .title
PUPPET_NODE_CSR
: A PEM-formatted certificate-signing request (CSR) that is created by the node.^
#server_name ⇒ StringThe name of the server with which to associate the node.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4