Class: Aws::WorkSpacesWeb::Types::SessionLogger
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::SessionLogger
- 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
-
#additional_encryption_context ⇒ Hash<String,String>
The additional encryption context of the session logger.
-
#associated_portal_arns ⇒ Array<String>
The associated portal ARN.
-
#creation_date ⇒ Time
The date the session logger resource was created.
-
#customer_managed_key ⇒ String
The custom managed key of the session logger.
-
#display_name ⇒ String
The human-readable display name.
-
#event_filter ⇒ Types::EventFilter
The filter that specifies which events to monitor.
-
#log_configuration ⇒ Types::LogConfiguration
The configuration that specifies where logs are fowarded.
-
#session_logger_arn ⇒ String
The ARN of the session logger resource.
Instance Attribute Details
#additional_encryption_context ⇒ Hash<String,String>
The additional encryption context of the session logger.
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_arns ⇒ Array<String>
The associated portal ARN.
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_date ⇒ Time
The date the session logger resource was created.
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_key ⇒ String
The custom managed key of the session logger.
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_name ⇒ String
The human-readable display name.
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_filter ⇒ Types::EventFilter
The filter that specifies which events to monitor.
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_configuration ⇒ Types::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_arn ⇒ String
The ARN of the session logger resource.
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 |