You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*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
-
1458
1442
### @aws-cdk/aws-ecs:disableEcsImdsBlocking
1459
1443
1460
1444
*When set to true, CDK synth will throw exception if canContainersAccessInstanceRole is false. **IMPORTANT: See [details.](#aws-cdkaws-ecsdisableEcsImdsBlocking)*** (temporary)
0 commit comments