get_user_access_logging_settings(**kwargs)¶Gets user access logging settings.
See also: AWS API Documentation
Request Syntax
response = client.get_user_access_logging_settings(
    userAccessLoggingSettingsArn='string'
)
[REQUIRED]
The ARN of the user access logging settings.
{
    'userAccessLoggingSettings': {
        'associatedPortalArns': [
            'string',
        ],
        'kinesisStreamArn': 'string',
        'userAccessLoggingSettingsArn': 'string'
    }
}
Response Structure
The user access logging settings.
A list of web portal ARNs that this user access logging settings is associated with.
The ARN of the Kinesis stream.
The ARN of the user access logging settings.
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerExceptionWorkSpacesWeb.Client.exceptions.ResourceNotFoundExceptionWorkSpacesWeb.Client.exceptions.AccessDeniedExceptionWorkSpacesWeb.Client.exceptions.ThrottlingExceptionWorkSpacesWeb.Client.exceptions.ValidationException