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

     1  import = "aws-sdk-go/models/apis/license-manager/2018-08-01/api-2.json"
     2  
     3  mapping "aws_licensemanager_association" {
     4    license_configuration_arn = String
     5    resource_arn              = String
     6  }
     7  
     8  mapping "aws_licensemanager_license_configuration" {
     9    name                     = String
    10    description              = String
    11    license_count            = BoxLong
    12    license_count_hard_limit = BoxBoolean
    13    license_counting_type    = LicenseCountingType
    14    license_rules            = StringList
    15    tags                     = TagList
    16  }