Class: Aws::OpenSearchService::Types::DeploymentStrategyOptions

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

Overview

Specifies the deployment strategy options for the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_strategyString

Specifies the deployment strategy for the domain. Valid values are Default and CapacityOptimized.

Returns:

  • (String)


2431
2432
2433
2434
2435
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2431

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