Update User Access Logging Settings
workspacesweb_update_user_access_logging_settings | R Documentation |
Updates the user access logging settings¶
Description¶
Updates the user access logging settings.
Usage¶
workspacesweb_update_user_access_logging_settings(clientToken,
kinesisStreamArn, userAccessLoggingSettingsArn)
Arguments¶
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
kinesisStreamArn
The ARN of the Kinesis stream.
userAccessLoggingSettingsArn
[required] The ARN of the user access logging settings.
Value¶
A list with the following syntax:
list(
userAccessLoggingSettings = list(
associatedPortalArns = list(
"string"
),
kinesisStreamArn = "string",
userAccessLoggingSettingsArn = "string"
)
)