paws.management (version 0.5.0)

ssm_describe_association: Describes the association for the specified target or managed node

Description

Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.

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

Usage

ssm_describe_association(
  Name = NULL,
  InstanceId = NULL,
  AssociationId = NULL,
  AssociationVersion = NULL
)

Arguments

Name

The name of the SSM document.

InstanceId

The managed node ID.

AssociationId

The association ID for which you want information.

AssociationVersion

Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for a managed node, use list_associations. To get a list of versions for a specific association, use list_association_versions.