feat(route53): add HostedZoneGrants#36109
Conversation
| import { IHostedZoneRef } from '../../interfaces/generated/aws-route53-interfaces.generated'; | ||
|
|
||
| export interface INamedHostedZoneRef extends IHostedZoneRef { | ||
| readonly name: string; |
There was a problem hiding this comment.
Why not zoneName: string which already exists?
There was a problem hiding this comment.
So that CfnHostedZone automatically implements this interface.
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Create a new class,
HostedZoneGrants, that has all the grants methods, and delegate thegrantDelegation()method in all implementations ofIHostedZoneto it.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license