Skip to content

/AWS1/CL_APS=>DESCRUSERSTACKASSOCIATIONS()

About DescribeUserStackAssociations

Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:

  • The stack name

  • The user name (email address of the user associated with the stack) and the authentication type for the user

Method Signature

IMPORTING

Optional arguments:

IV_STACKNAME TYPE /AWS1/APSSTRING /AWS1/APSSTRING

The name of the stack that is associated with the user.

IV_USERNAME TYPE /AWS1/APSUSERNAME /AWS1/APSUSERNAME

The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.

IV_AUTHENTICATIONTYPE TYPE /AWS1/APSAUTHENTICATIONTYPE /AWS1/APSAUTHENTICATIONTYPE

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

IV_MAXRESULTS TYPE /AWS1/APSMAXRESULTS /AWS1/APSMAXRESULTS

The maximum size of each page of results.

IV_NEXTTOKEN TYPE /AWS1/APSSTRING /AWS1/APSSTRING

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_APSDSCUSERSTACKASSO01 /AWS1/CL_APSDSCUSERSTACKASSO01