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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/cold-storage.html

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)


1379
1380
1381
1382
1383
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1379

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