Class: Aws::OSIS::Types::BufferOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::BufferOptions
- Defined in:
- gems/aws-sdk-osis/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#persistent_buffer_enabled ⇒ Boolean
Whether persistent buffering should be enabled.
Instance Attribute Details
#persistent_buffer_enabled ⇒ Boolean
Whether persistent buffering should be enabled.
34 35 36 37 38 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 34 class BufferOptions < Struct.new( :persistent_buffer_enabled) SENSITIVE = [] include Aws::Structure end |