Skip to content

Commit

Permalink
docs(opensearchservice): change default value's description for `mult…
Browse files Browse the repository at this point in the history
…iAzWithStandbyEnabled` (#29634)

### Reason for this change

Default value of the `multiAzWithStandbyEnabled` parameter will be set to true if the feature flag `multiAzWithStandbyEnabled` is enabled now.

However, the current description for the default value does not yet reflect that.

### Description of changes

Change the description for the default value with the feature flag.

### Description of how you validated changes

Nothing. It is just to change the description.

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
go-to-k committed Mar 28, 2024
1 parent 69cff2e commit bb1981b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/aws-cdk-lib/aws-opensearchservice/lib/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export interface CapacityConfig {
* For more information, see [Multi-AZ with
* Standby](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby)
*
* @default - no multi-az with standby
* @default - multi-az with standby if the feature flag `ENABLE_OPENSEARCH_MULTIAZ_WITH_STANDBY`
* is true, no multi-az with standby otherwise
*/
readonly multiAzWithStandbyEnabled?: boolean;
}
Expand Down

0 comments on commit bb1981b

Please sign in to comment.