opsworkscm_describe_node_association_status {paws.management}R Documentation

Returns the current status of an existing association or disassociation request

Description

Returns the current status of an existing association or disassociation request.

See https://www.paws-r-sdk.com/docs/opsworkscm_describe_node_association_status/ for full documentation.

Usage

opsworkscm_describe_node_association_status(
  NodeAssociationStatusToken,
  ServerName
)

Arguments

NodeAssociationStatusToken

[required] The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

ServerName

[required] The name of the server from which to disassociate the node.


[Package paws.management version 0.7.0 Index]