Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateNodeRequest

import type { AssociateNodeRequest } from "https://aws-api.deno.dev/v0.3/services/opsworkscm.ts?docs=full";
interface AssociateNodeRequest {
EngineAttributes: EngineAttribute[];
NodeName: string;
ServerName: string;
}

§Properties

§
EngineAttributes: EngineAttribute[]
[src]

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.
§
NodeName: string
[src]

The name of the node.

§
ServerName: string
[src]

The name of the server with which to associate the node.