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

     1  import = "aws-sdk-go/models/apis/xray/2016-04-12/api-2.json"
     2  
     3  mapping "aws_xray_sampling_rule" {
     4    rule_name      = RuleName
     5    resource_arn   = ResourceARN
     6    priority       = Priority
     7    fixed_rate     = FixedRate
     8    reservoir_size = ReservoirSize
     9    service_name   = ServiceName
    10    service_type   = ServiceType
    11    host           = Host
    12    http_method    = HTTPMethod
    13    url_path       = URLPath
    14    version        = Version
    15    attributes     = AttributeMap
    16  }