-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(route53): Support grantDelegation on imported PublicHostedZone #26240
Comments
Imported resources are inherently limited since we cannot modify the imported resoruce The return value of the import is |
…edZone (#26333) Imported `PublicHostedZone` with `fromPublicHostedZoneId` and `fromPublicHostedZoneAttributes` don't have support for the `grantDelegation` method since they return an instance of type `IPublicHostedZone`. This change adds support for `grantDelegation` to those instances as well. Closes #26240. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Describe the bug
Expected Behavior
I should be able to use
grant_delegation
from existing zone that is not created with the same cdk stack.Current Behavior
Can't use
grant_delegation
in python andgrantDelegation
in javascriptReproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.86.0 (build 1130fab)
Framework Version
No response
Node.js Version
v16.20.1
OS
Fedora Linux 38 (Server Edition)
Language
Python
Language Version
Python 3.11.3
Other information
No response
The text was updated successfully, but these errors were encountered: