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