WorkSpacesWeb.Client.associate_user_access_logging_settings(**kwargs)¶Associates a user access logging settings resource with a web portal.
See also: AWS API Documentation
Request Syntax
response = client.associate_user_access_logging_settings(
portalArn='string',
userAccessLoggingSettingsArn='string'
)
[REQUIRED]
The ARN of the web portal.
[REQUIRED]
The ARN of the user access logging settings.
dict
Response Syntax
{
'portalArn': 'string',
'userAccessLoggingSettingsArn': 'string'
}
Response Structure
(dict) --
portalArn (string) --
The ARN of the web portal.
userAccessLoggingSettingsArn (string) --
The ARN of the user access logging settings.
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerExceptionWorkSpacesWeb.Client.exceptions.ResourceNotFoundExceptionWorkSpacesWeb.Client.exceptions.AccessDeniedExceptionWorkSpacesWeb.Client.exceptions.ThrottlingExceptionWorkSpacesWeb.Client.exceptions.ValidationExceptionWorkSpacesWeb.Client.exceptions.ConflictException