Class: Aws::WorkSpacesWeb::Types::CreateSessionLoggerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:display_name, :tags]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_contextHash<String,String>

The additional encryption context of the session logger.

Returns:

  • (Hash<String,String>)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1161

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_tokenString

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.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1161

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_keyString

The custom managed key of the session logger.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1161

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_nameString

The human-readable display name for the session logger resource.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1161

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_filterTypes::EventFilter

The filter that specifies the events to monitor.

Returns:



1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1161

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_configurationTypes::LogConfiguration

The configuration that specifies where logs are delivered.



1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1161

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

#tagsArray<Types::Tag>

The tags to add to the session logger.

Returns:



1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1161

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