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>)


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_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)


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_keyString

The custom managed key of the session logger.

Returns:

  • (String)


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_nameString

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

Returns:

  • (String)


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

The filter that specifies the events to monitor.

Returns:



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

#tagsArray<Types::Tag>

The tags to add to the session logger.

Returns:



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