Class: Aws::WorkSpacesWeb::Types::CreateSessionLoggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateSessionLoggerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name, :tags]
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ Hash<String,String>
The additional encryption context of the session logger.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#customer_managed_key ⇒ String
The custom managed key of the session logger.
-
#display_name ⇒ String
The human-readable display name for the session logger resource.
-
#event_filter ⇒ Types::EventFilter
The filter that specifies the events to monitor.
-
#log_configuration ⇒ Types::LogConfiguration
The configuration that specifies where logs are delivered.
-
#tags ⇒ Array<Types::Tag>
The tags to add to the session logger.
Instance Attribute Details
#additional_encryption_context ⇒ Hash<String,String>
The additional encryption context of the session logger.
996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 996 class CreateSessionLoggerRequest < Struct.new( :event_filter, :log_configuration, :display_name, :customer_managed_key, :additional_encryption_context, :tags, :client_token) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 996 class CreateSessionLoggerRequest < Struct.new( :event_filter, :log_configuration, :display_name, :customer_managed_key, :additional_encryption_context, :tags, :client_token) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#customer_managed_key ⇒ String
The custom managed key of the session logger.
996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 996 class CreateSessionLoggerRequest < Struct.new( :event_filter, :log_configuration, :display_name, :customer_managed_key, :additional_encryption_context, :tags, :client_token) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#display_name ⇒ String
The human-readable display name for the session logger resource.
996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 996 class CreateSessionLoggerRequest < Struct.new( :event_filter, :log_configuration, :display_name, :customer_managed_key, :additional_encryption_context, :tags, :client_token) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#event_filter ⇒ Types::EventFilter
The filter that specifies the events to monitor.
996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 996 class CreateSessionLoggerRequest < Struct.new( :event_filter, :log_configuration, :display_name, :customer_managed_key, :additional_encryption_context, :tags, :client_token) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#log_configuration ⇒ Types::LogConfiguration
The configuration that specifies where logs are delivered.
996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 996 class CreateSessionLoggerRequest < Struct.new( :event_filter, :log_configuration, :display_name, :customer_managed_key, :additional_encryption_context, :tags, :client_token) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to add to the session logger.
996 997 998 999 1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 996 class CreateSessionLoggerRequest < Struct.new( :event_filter, :log_configuration, :display_name, :customer_managed_key, :additional_encryption_context, :tags, :client_token) SENSITIVE = [:display_name, :tags] include Aws::Structure end |