AssociateNodeRequest

public struct AssociateNodeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Engine attributes used for associating the node. Attributes accepted in a AssociateNode request for Chef 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 PUPPET_NODE_CSR: A PEM-formatted certificate-signing request (CSR) that is created by the node.

    Declaration

    Swift

    public let engineAttributes: [EngineAttribute]
  • The name of the node.

    Declaration

    Swift

    public let nodeName: String
  • The name of the server with which to associate the node.

    Declaration

    Swift

    public let serverName: String
  • Undocumented

    Declaration

    Swift

    public init(engineAttributes: [EngineAttribute], nodeName: String, serverName: String)
  • Declaration

    Swift

    public func validate(name: String) throws