Class: Aws::OSIS::Types::BufferOptions

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

Overview

Options that specify the configuration of a persistent buffer. To configure how OpenSearch Ingestion encrypts this data, set the ‘EncryptionAtRestOptions`. For more information, see [Persistent buffering].

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/osis-features-overview.html#persistent-buffering

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#persistent_buffer_enabledBoolean

Whether persistent buffering should be enabled.

Returns:

  • (Boolean)


34
35
36
37
38
# File 'lib/aws-sdk-osis/types.rb', line 34

class BufferOptions < Struct.new(
  :persistent_buffer_enabled)
  SENSITIVE = []
  include Aws::Structure
end