github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/rules/awsrules/models/mappings/macie.hcl (about)

     1  import = "aws-sdk-go/models/apis/macie/2017-12-19/api-2.json"
     2  
     3  mapping "aws_macie_member_account_association" {
     4    member_account_id = AWSAccountId
     5  }
     6  
     7  mapping "aws_macie_s3_bucket_association" {
     8    bucket_name         = BucketName
     9    classification_type = ClassificationType
    10    member_account_id   = AWSAccountId
    11    prefix              = Prefix
    12  }