Skip to content

Commit 49eb9d3

Browse files
authored
chore: remove duplicate entry in feature flag (#32843)
### Issue # (if applicable) ### Reason for this change There's a duplicate entry in Feature flag markdown file. ### Description of changes Remove duplicate entry ### Description of how you validated changes N/A ### Checklist - [ ] 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*
1 parent 3c0acce commit 49eb9d3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md

-16
Original file line numberDiff line numberDiff line change
@@ -1439,22 +1439,6 @@ If the flag is set to false then a custom resource will be created when using `U
14391439
| (not in v1) | | |
14401440
| 2.174.0 | `false` | `true` |
14411441

1442-
### @aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource
1443-
1444-
*When enabled, use a new method for DNS Name of user pool domain target without creating a custom resource.* (fix)
1445-
1446-
When this feature flag is enabled, a new method will be used to get the DNS Name of the user pool domain target. The old method
1447-
creates a custom resource internally, but the new method doesn't need a custom resource.
1448-
1449-
If the flag is set to false then a custom resource will be created when using `UserPoolDomainTarget`.
1450-
1451-
1452-
| Since | Default | Recommended |
1453-
| ----- | ----- | ----- |
1454-
| (not in v1) | | |
1455-
| 2.174.0 | `false` | `true` |
1456-
1457-
14581442
### @aws-cdk/aws-ecs:disableEcsImdsBlocking
14591443

14601444
*When set to true, CDK synth will throw exception if canContainersAccessInstanceRole is false. **IMPORTANT: See [details.](#aws-cdkaws-ecsdisableEcsImdsBlocking)*** (temporary)

0 commit comments

Comments
 (0)