github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/rules/awsrules/models/mappings/guardduty.hcl (about) 1 import = "aws-sdk-go/models/apis/guardduty/2017-11-28/api-2.json" 2 3 mapping "aws_guardduty_detector" { 4 enable = Boolean 5 finding_publishing_frequency = FindingPublishingFrequency 6 } 7 8 mapping "aws_guardduty_invite_accepter" { 9 detector_id = DetectorId 10 master_account_id = String 11 } 12 13 mapping "aws_guardduty_ipset" { 14 activate = Boolean 15 detector_id = DetectorId 16 format = IpSetFormat 17 location = Location 18 name = Name 19 } 20 21 mapping "aws_guardduty_member" { 22 account_id = String 23 detector_id = DetectorId 24 email = Email 25 invite = Boolean 26 invitation_message = String 27 disable_email_notification = Boolean 28 } 29 30 mapping "aws_guardduty_threatintelset" { 31 activate = Boolean 32 detector_id = DetectorId 33 format = ThreatIntelSetFormat 34 location = Location 35 name = Name 36 }