github.com/wata727/tflint@v0.12.2-0.20191013070026-96dd0d36f385/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  }