ResilienceHubV2 / Client / list_user_journeys

list_user_journeys

ResilienceHubV2.Client.list_user_journeys(**kwargs)

Lists user journeys for a system.

See also: AWS API Documentation

Request Syntax

response = client.list_user_journeys(
    systemArn='string',
    maxResults=123,
    nextToken='string'
)
Parameters:
  • systemArn (string) –

    [REQUIRED]

    ARN identifier.

  • maxResults (integer) – Pagination page size.

  • nextToken (string) – Pagination token.

Return type:

dict

Returns:

Response Syntax

{
    'userJourneySummaries': [
        {
            'userJourneyId': 'string',
            'name': 'string',
            'createdAt': datetime(2015, 1, 1),
            'updatedAt': datetime(2015, 1, 1)
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    • userJourneySummaries (list) –

      The list of user journey summaries.

      • (dict) –

        Contains summary information about a user journey.

        • userJourneyId (string) –

          The unique identifier of the user journey.

        • name (string) –

          Entity label (not part of ARN — spaces allowed).

        • createdAt (datetime) –

          The timestamp when the user journey was created.

        • updatedAt (datetime) –

          The timestamp when the user journey was last updated.

    • nextToken (string) –

      Pagination token.

Exceptions

  • ResilienceHubV2.Client.exceptions.InternalServerException

  • ResilienceHubV2.Client.exceptions.ResourceNotFoundException

  • ResilienceHubV2.Client.exceptions.ValidationException

  • ResilienceHubV2.Client.exceptions.AccessDeniedException