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

     1  import = "aws-sdk-go/models/apis/globalaccelerator/2018-08-08/api-2.json"
     2  
     3  mapping "aws_globalaccelerator_accelerator" {
     4    name            = GenericString
     5    ip_address_type = IpAddressType
     6    enabled         = GenericBoolean
     7    attributes      = AcceleratorAttributes
     8  }
     9  
    10  mapping "aws_globalaccelerator_listener" {
    11    accelerator_arn = GenericString
    12    client_affinity = ClientAffinity
    13    protocol        = Protocol
    14    port_range      = PortRanges
    15  }
    16  
    17  mapping "aws_globalaccelerator_endpoint_group" {
    18    listener_arn                  = GenericString
    19    health_check_interval_seconds = HealthCheckIntervalSeconds
    20    health_check_path             = GenericString
    21    health_check_port             = HealthCheckPort
    22    health_check_protocol         = HealthCheckProtocol
    23    threshold_count               = ThresholdCount
    24    traffic_dial_percentage       = TrafficDialPercentage
    25    endpoint_configuration        = EndpointConfigurations
    26  }