Class: Aws::OpenSearchService::Types::ColdStorageOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the parameters required to enable cold storage for an OpenSearch Service domain. For more information, see Cold storage for Amazon OpenSearch Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether to enable or disable cold storage on the domain. You must enable UltraWarm storage to enable cold storage.

Returns:

  • (Boolean)


1189
1190
1191
1192
1193
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1189

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