Skip to content

/AWS1/CL_SSM=>DESCRIBEASSOCIATIONEXECS()

About DescribeAssociationExecutions

Views all executions for a specific association ID.

Method Signature

IMPORTING

Required arguments:

IV_ASSOCIATIONID TYPE /AWS1/SSMASSOCIATIONID /AWS1/SSMASSOCIATIONID

The association ID for which you want to view execution history details.

Optional arguments:

IT_FILTERS TYPE /AWS1/CL_SSMASSOCIATIONEXEFILT=>TT_ASSOCIATIONEXECFILTERLIST TT_ASSOCIATIONEXECFILTERLIST

Filters for the request. You can specify the following filters and values.

ExecutionId (EQUAL)

Status (EQUAL)

CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)

IV_MAXRESULTS TYPE /AWS1/SSMMAXRESULTS /AWS1/SSMMAXRESULTS

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.

IV_NEXTTOKEN TYPE /AWS1/SSMNEXTTOKEN /AWS1/SSMNEXTTOKEN

A token to start the list. Use this token to get the next set of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SSMDSCASSOCIATIONEX01 /AWS1/CL_SSMDSCASSOCIATIONEX01