aws.opsworkscm.describe_node_association_status
Example SQL Queries
SELECT * FROMaws.opsworkscm.describe_node_association_statusWHERE"node_association_status_token" = 'VALUE'AND "server_name" = 'VALUE';Description
Returns the current status of an existing association or disassociation request.
A ResourceNotFoundException is thrown when no recent association or disassociation request with the specified token is found, or when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
Table Definition
| Column Name | Column Data Type |
|---|---|
| node_association_status_token Required Input Column The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse. | VARCHAR |
| server_name Required Input Column The name of the server from which to disassociate the node. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| engine_attributes Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR). | STRUCT( |
Show child fields
| |
| node_association_status The status of the association or disassociation request. Possible values:
| VARCHAR |