This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
The property UpdatedBy
of AWS::SecurityHub::AutomationRule.NoteUpdate
should be string, not object #679
Open
Description
The document says that UpdatedBy
is Type: String
.
UpdatedBy
The principal that updated the note.
Type: String
Pattern: .*\S.*
Required: Yes
But goformation says that UpdatedBy
is object
.
https://github.com/awslabs/goformation/blob/master/cloudformation/securityhub/aws-securityhub-automationrule_noteupdate.go#L21 (created in #601.)
Metadata
Assignees
Labels
No labels