Nodejs AWS ECR lifecycle policy doesn't support tagPatternList parameter #5119
Labels
area/overlays
Issues pertaining to language-specific overlay code such as CallbackFunction
good-first-issue
Start here if you'd like to start contributing to Pulumi
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
Missing feature.
Nodejs SDK type
Selection
for ECR lifecycle policies is missing tagPatternList option. Tag pattern list allows to use wildcards in policy rules.https://aws.amazon.com/about-aws/whats-new/2023/12/amazon-elastic-container-registry-wildcards-lifecycle-policies/
https://docs.aws.amazon.com/AmazonECR/latest/userguide/lifecycle_policy_parameters.html#lp_tag_pattern_list
https://github.com/pulumi/pulumi-aws/blob/2b29733b78a352d7b6cccf00b83f22fb434347fe/sdk/nodejs/ecr/lifecyclePolicyDocument.ts#L53C18-L53C27
Looks like it is implemented in Pulumi AWS dotnet and Java SDKs but not Nodejs.
Sample program
Missing feature. Nothing to demonstrate.
Log output
No response
Affected Resource(s)
No response
Output of
pulumi about
Missing feature. Nothing to demonstrate.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: