-
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
aws_mediaconvert: CfnJobTemplate cannot disable tags #29755
Comments
Did you mean even you specify empty
new mediaconvert.CfnJobTemplate(this, 'MediaHubJobTemplate', {
name: 'MediaHub',
// This is not work
tags: {},
settingsJson: {
}
} |
Yes |
@pahud |
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the bug
CfnJobTemplate will add 3 tags:
If I create a job via template, I will get the error message:
One or more tag keys start with the reserved prefix 'aws:' (case insensitive).
Expected Behavior
The tags add by CDK, it should be pass.
Current Behavior
One or more tag keys start with the reserved prefix 'aws:' (case insensitive).
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.134.0
Framework Version
No response
Node.js Version
v18.14.2
OS
maxOS Ventura 13.2.1
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: