CloudWatchRUM / Client / list_app_monitors

list_app_monitors#

CloudWatchRUM.Client.list_app_monitors(**kwargs)#

Returns a list of the Amazon CloudWatch RUM app monitors in the account.

See also: AWS API Documentation

Request Syntax

response = client.list_app_monitors(
    MaxResults=123,
    NextToken='string'
)
Parameters:
  • MaxResults (integer) – The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.

  • NextToken (string) – Use the token returned by the previous operation to request the next page of results.

Return type:

dict

Returns:

Response Syntax

{
    'AppMonitorSummaries': [
        {
            'Created': 'string',
            'Id': 'string',
            'LastModified': 'string',
            'Name': 'string',
            'State': 'CREATED'|'DELETING'|'ACTIVE'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • AppMonitorSummaries (list) –

      An array of structures that contain information about the returned app monitors.

      • (dict) –

        A structure that includes some data about app monitors and their settings.

        • Created (string) –

          The date and time that the app monitor was created.

        • Id (string) –

          The unique ID of this app monitor.

        • LastModified (string) –

          The date and time of the most recent changes to this app monitor’s configuration.

        • Name (string) –

          The name of this app monitor.

        • State (string) –

          The current state of this app monitor.

    • NextToken (string) –

      A token that you can use in a subsequent operation to retrieve the next set of results.

Exceptions

  • CloudWatchRUM.Client.exceptions.InternalServerException

  • CloudWatchRUM.Client.exceptions.ValidationException

  • CloudWatchRUM.Client.exceptions.ThrottlingException

  • CloudWatchRUM.Client.exceptions.AccessDeniedException