You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, I'm having a problem with the use of SingleHeaderProperty in GO CDK, which is synthesizing a nonvalid template.
I'm using the latest version of CDK.
This is the generated template portion "FieldToMatch": { "SingleHeader": { "name": "issued" } },
and this is the error in deployment.
#/Rules/3/Statement/NotStatement/Statement/ByteMatchStatement/FieldToMatch/SingleHeader: required key [Name] not found
#/Rules/3/Statement/NotStatement/Statement/ByteMatchStatement/FieldToMatch/SingleHeader: extraneous key [name] is not permitted
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello guys, I'm having a problem with the use of SingleHeaderProperty in GO CDK, which is synthesizing a nonvalid template.
I'm using the latest version of CDK.
This is my portion of the code.
This is the generated template portion
"FieldToMatch": { "SingleHeader": { "name": "issued" } },
and this is the error in deployment.
#/Rules/3/Statement/NotStatement/Statement/ByteMatchStatement/FieldToMatch/SingleHeader: required key [Name] not found
#/Rules/3/Statement/NotStatement/Statement/ByteMatchStatement/FieldToMatch/SingleHeader: extraneous key [name] is not permitted
I found some related issues:
https://github.com/aws/aws-cdk/issues?q=is%3Aissue+SingleHeader+is%3Aclosed
Does this continue as an issue?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions