Skip to content
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
dafujii opened this issue Jul 2, 2024 · 0 comments

Comments

@dafujii
Copy link

dafujii commented Jul 2, 2024

The document says that UpdatedBy is Type: String.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-noteupdate.html#cfn-securityhub-automationrule-noteupdate-updatedby

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.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant