Class: Aws::ElasticsearchService::Types::DeploymentStrategyOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeploymentStrategyOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the deployment strategy options for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_strategy ⇒ String
Specifies the deployment strategy for the domain.
Instance Attribute Details
#deployment_strategy ⇒ String
Specifies the deployment strategy for the domain. Valid values are ‘Default` and `CapacityOptimized`.
1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1377 class DeploymentStrategyOptions < Struct.new( :deployment_strategy) SENSITIVE = [] include Aws::Structure end |