Himanshu Kumar
Himanshu Kumar
**Is your feature request related to a problem?** AWS::NetworkFirewall::LoggingConfiguration construct is not supported. [Cloudformation ref](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-loggingconfiguration.html) As per my understanding, there is an [API](https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_UpdateLoggingConfiguration.html) which supports `Update` method and not `Create`....
**Is your feature request related to a problem?** As per the [API](https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html#API_CreateHostedZone_RequestBody), we don't have this support. But, there is an additional [API](https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeTagsForResource.html) which does this. Probably, we should have...
Issue #, if available: - https://github.com/aws-controllers-k8s/community/issues/2645 Description of changes: Use only one of ID or Name while updating Nodegroup. ID is the priority here. By submitting this pull request, I...