-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Support For HostedZoneTags #7445
Comments
Will Tag.add also add tags under HostedZoneTags ? |
@san28 - that's how it should work but I suspect that because the We had to add similar exemptions for Cognito We will need to add a similar property for |
We don't classify `HostedZoneTags` as the tagging property since it follows a naming convention where it's not called `Tags`. `HostedZoneTags` are also an array of type `HostedZoneTag` objects that enforce the `{Key: "...", Value: "..."}` convention. This is similar to `FileSystemTags` property for `EFS` Closes #7445
We don't classify `HostedZoneTags` as the tagging property since it follows a naming convention where it's not called `Tags`. `HostedZoneTags` are also an array of type `HostedZoneTag` objects that enforce the `{Key: "...", Value: "..."}` convention. This is similar to `FileSystemTags` property for `EFS` Closes #7445
@san28 I can confirm that Tag.add did not work. This is what I expected as well. |
@kferrone it should work with 1.35.0. give it a try and let me how it goes! |
The HostedZone Construct does not support the HostedZoneTags. Please add support for these. In the mean time I had to make my hosted zone from CfnResource which did work and create the tags.
Use Case
Differentiate between numerous hosted zones with same name. Also useful for the external-dns project.
Proposed Solution
Add new field to the HostedZone props for the tags.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: