WorkSpacesWeb / Client / list_user_access_logging_settings
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( nextToken='string', maxResults=123 )
- Parameters:
nextToken (string) – The pagination token used to retrieve the next page of results for this operation.
maxResults (integer) – The maximum number of results to be included in the next page.
- Return type:
dict
- Returns:
Response Syntax
{ 'userAccessLoggingSettings': [ { 'userAccessLoggingSettingsArn': 'string', 'kinesisStreamArn': 'string' }, ], 'nextToken': 'string' }
Response Structure
(dict) –
userAccessLoggingSettings (list) –
The user access logging settings.
(dict) –
The summary of user access logging settings.
userAccessLoggingSettingsArn (string) –
The ARN of the user access logging settings.
kinesisStreamArn (string) –
The ARN of the Kinesis stream.
nextToken (string) –
The pagination token used to retrieve the next page of results for this operation.
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerExceptionWorkSpacesWeb.Client.exceptions.AccessDeniedExceptionWorkSpacesWeb.Client.exceptions.ThrottlingExceptionWorkSpacesWeb.Client.exceptions.ValidationException