Open dafujii opened 4 months ago
The document says that UpdatedBy is Type: String.
UpdatedBy
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.
object
https://github.com/awslabs/goformation/blob/master/cloudformation/securityhub/aws-securityhub-automationrule_noteupdate.go#L21 (created in #601.)
The document says that
UpdatedBy
isType: String
.http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-noteupdate.html#cfn-securityhub-automationrule-noteupdate-updatedby
But goformation says that
UpdatedBy
isobject
.https://github.com/awslabs/goformation/blob/master/cloudformation/securityhub/aws-securityhub-automationrule_noteupdate.go#L21 (created in #601.)