Skip to content

(aws-opensearchservice): support DeploymentStrategyOptions on Domain #37986

@badmintoncryer

Description

@badmintoncryer

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageThis issue or PR still needs to be triaged.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions