Class: Aws::WorkSpacesWeb::Types::SessionLogger
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::SessionLogger
- Includes:
- Structure
- Defined in:
- 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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3662 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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3662 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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3662 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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3662 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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3662 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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3662 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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3662 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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3662 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 |