Describe Instance Associations Status
ssm_describe_instance_associations_status | R Documentation |
The status of the associations for the managed nodes¶
Description¶
The status of the associations for the managed nodes.
Usage¶
Arguments¶
InstanceId
[required] The managed node IDs for which you want association status information.
MaxResults
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
NextToken
The token for the next set of items to return. (You received this token from a previous call.)
Value¶
A list with the following syntax:
list(
InstanceAssociationStatusInfos = list(
list(
AssociationId = "string",
Name = "string",
DocumentVersion = "string",
AssociationVersion = "string",
InstanceId = "string",
ExecutionDate = as.POSIXct(
"2015-01-01"
),
Status = "string",
DetailedStatus = "string",
ExecutionSummary = "string",
ErrorCode = "string",
OutputUrl = list(
S3OutputUrl = list(
OutputUrl = "string"
)
),
AssociationName = "string"
)
),
NextToken = "string"
)