paws.management (version 0.1.0)

ssm_describe_association: Describes the association for the specified target or instance

Description

Describes the association for the specified target or instance. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID. If you created the association by specifying an instance ID and a Systems Manager document, then you retrieve the association by specifying the document name and the instance ID.

Usage

ssm_describe_association(Name, InstanceId, AssociationId,
  AssociationVersion)

Arguments

Name

The name of the Systems Manager document.

InstanceId

The instance 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 an instance, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.

Request syntax

svc$describe_association(
  Name = "string",
  InstanceId = "string",
  AssociationId = "string",
  AssociationVersion = "string"
)