List User Access Logging Settings
workspacesweb_list_user_access_logging_settings | R Documentation |
Retrieves a list of user access logging settings¶
Description¶
Retrieves a list of user access logging settings.
Usage¶
workspacesweb_list_user_access_logging_settings(maxResults, nextToken)
Arguments¶
maxResults |
The maximum number of results to be included in the next page. |
nextToken |
The pagination token used to retrieve the next page of results for this operation. |
Value¶
A list with the following syntax:
list(
nextToken = "string",
userAccessLoggingSettings = list(
list(
kinesisStreamArn = "string",
userAccessLoggingSettingsArn = "string"
)
)
)
Request syntax¶
svc$list_user_access_logging_settings(
maxResults = 123,
nextToken = "string"
)