list_user_access_logging_settings

WorkSpacesWeb.Client.list_user_access_logging_settings(**kwargs)

Retrieves a list of user access logging settings.

See also: AWS API Documentation

Request Syntax

response = client.list_user_access_logging_settings(
    maxResults=123,
    nextToken='string'
)
Parameters
  • maxResults (integer) -- The maximum number of results to be included in the next page.
  • nextToken (string) -- The pagination token used to retrieve the next page of results for this operation.
Return type

dict

Returns

Response Syntax

{
    'nextToken': 'string',
    'userAccessLoggingSettings': [
        {
            'kinesisStreamArn': 'string',
            'userAccessLoggingSettingsArn': 'string'
        },
    ]
}

Response Structure

  • (dict) --

    • nextToken (string) --

      The pagination token used to retrieve the next page of results for this operation.

    • userAccessLoggingSettings (list) --

      The user access logging settings.

      • (dict) --

        The summary of user access logging settings.

        • kinesisStreamArn (string) --

          The ARN of the Kinesis stream.

        • userAccessLoggingSettingsArn (string) --

          The ARN of the user access logging settings.

Exceptions

  • WorkSpacesWeb.Client.exceptions.InternalServerException
  • WorkSpacesWeb.Client.exceptions.AccessDeniedException
  • WorkSpacesWeb.Client.exceptions.ThrottlingException
  • WorkSpacesWeb.Client.exceptions.ValidationException