Describe the feature
Expose DeploymentStrategyOptions on the L2 Domain construct in aws-cdk-lib/aws-opensearchservice. Allowed values: Default, CapacityOptimized.
Use Case
Users want to configure capacity-optimized deployments at the L2 level without falling back to defaultChild escape hatches.
Proposed Solution
Add an optional deploymentStrategy?: DeploymentStrategy prop on DomainProps and wire it through to CfnDomain.deploymentStrategyOptions.
Other Information
L1 (CfnDomain) already supports this property.
Acknowledgements
AWS CDK Library version (aws-cdk-lib)
2.257.0
AWS CDK CLI version
2.1123.0
Environment details (OS name and version, etc.)
macOS
Describe the feature
Expose
DeploymentStrategyOptionson the L2Domainconstruct inaws-cdk-lib/aws-opensearchservice. Allowed values:Default,CapacityOptimized.Use Case
Users want to configure capacity-optimized deployments at the L2 level without falling back to
defaultChildescape hatches.Proposed Solution
Add an optional
deploymentStrategy?: DeploymentStrategyprop onDomainPropsand wire it through toCfnDomain.deploymentStrategyOptions.Other Information
L1 (
CfnDomain) already supports this property.Acknowledgements
AWS CDK Library version (aws-cdk-lib)
2.257.0
AWS CDK CLI version
2.1123.0
Environment details (OS name and version, etc.)
macOS