Class: Aws::WorkSpacesWeb::Types::SessionLogger

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

The session logger resource.

Constant Summary collapse

SENSITIVE =
[:display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_contextHash<String,String>

The additional encryption context of the session logger.

Returns:

  • (Hash<String,String>)


3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3359

class SessionLogger < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :customer_managed_key,
  :additional_encryption_context,
  :associated_portal_arns,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#associated_portal_arnsArray<String>

The associated portal ARN.

Returns:

  • (Array<String>)


3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3359

class SessionLogger < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :customer_managed_key,
  :additional_encryption_context,
  :associated_portal_arns,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#creation_dateTime

The date the session logger resource was created.

Returns:

  • (Time)


3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3359

class SessionLogger < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :customer_managed_key,
  :additional_encryption_context,
  :associated_portal_arns,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#customer_managed_keyString

The custom managed key of the session logger.

Returns:

  • (String)


3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3359

class SessionLogger < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :customer_managed_key,
  :additional_encryption_context,
  :associated_portal_arns,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#display_nameString

The human-readable display name.

Returns:

  • (String)


3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3359

class SessionLogger < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :customer_managed_key,
  :additional_encryption_context,
  :associated_portal_arns,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#event_filterTypes::EventFilter

The filter that specifies which events to monitor.

Returns:



3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3359

class SessionLogger < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :customer_managed_key,
  :additional_encryption_context,
  :associated_portal_arns,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#log_configurationTypes::LogConfiguration

The configuration that specifies where logs are fowarded.



3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3359

class SessionLogger < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :customer_managed_key,
  :additional_encryption_context,
  :associated_portal_arns,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#session_logger_arnString

The ARN of the session logger resource.

Returns:

  • (String)


3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3359

class SessionLogger < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :customer_managed_key,
  :additional_encryption_context,
  :associated_portal_arns,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end