get_user_access_logging_settings

WorkSpacesWeb.Client.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'
)
Parameters
userAccessLoggingSettingsArn (string) --

[REQUIRED]

The ARN of the user access logging settings.

Return type
dict
Returns
Response Syntax
{
    'userAccessLoggingSettings': {
        'associatedPortalArns': [
            'string',
        ],
        'kinesisStreamArn': 'string',
        'userAccessLoggingSettingsArn': 'string'
    }
}

Response Structure

  • (dict) --
    • userAccessLoggingSettings (dict) --

      The user access logging settings.

      • associatedPortalArns (list) --

        A list of web portal ARNs that this user access logging settings is associated with.

        • (string) --
      • kinesisStreamArn (string) --

        The ARN of the Kinesis stream.

      • userAccessLoggingSettingsArn (string) --

        The ARN of the user access logging settings.

Exceptions

  • WorkSpacesWeb.Client.exceptions.InternalServerException
  • WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
  • WorkSpacesWeb.Client.exceptions.AccessDeniedException
  • WorkSpacesWeb.Client.exceptions.ThrottlingException
  • WorkSpacesWeb.Client.exceptions.ValidationException