SecurityAgent / Client / list_applications

list_applications

SecurityAgent.Client.list_applications(**kwargs)

Lists all applications in the account

See also: AWS API Documentation

Request Syntax

response = client.list_applications(
    nextToken='string',
    maxResults=123
)
Parameters:
  • nextToken (string) – Token for pagination

  • maxResults (integer) – Maximum number of results to return

Return type:

dict

Returns:

Response Syntax

{
    'applicationSummaries': [
        {
            'applicationId': 'string',
            'applicationName': 'string',
            'domain': 'string',
            'defaultKmsKeyId': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    • applicationSummaries (list) –

      List of application summaries

      • (dict) –

        Application summary for list operations

        • applicationId (string) –

          Unique identifier of the application

        • applicationName (string) –

          Name of the application, automatically assigned by the service

        • domain (string) –

          Domain where the application is available

        • defaultKmsKeyId (string) –

          Default KMS key identifier used to encrypt application data

    • nextToken (string) –

      Token for next page of results