github.com/wata727/tflint@v0.12.2-0.20191013070026-96dd0d36f385/rules/awsrules/models/mappings/dax.hcl (about)

     1  import = "aws-sdk-go/models/apis/dax/2017-04-19/api-2.json"
     2  
     3  mapping "aws_dax_cluster" {
     4    cluster_name           = String
     5    iam_role_arn           = String
     6    node_type              = String
     7    replication_factor     = Integer
     8    availability_zones     = AvailabilityZoneList
     9    description            = String
    10    notification_topic_arn = String
    11    parameter_group_name   = String
    12    maintenance_window     = String
    13    security_group_ids     = SecurityGroupIdentifierList
    14    server_side_encryption = SSESpecification
    15    subnet_group_name      = String
    16    tags                   = TagList
    17  }
    18  
    19  mapping "aws_dax_parameter_group" {
    20    name        = String
    21    description = String
    22    parameters  = ParameterList
    23  }
    24  
    25  mapping "aws_dax_subnet_group" {
    26    name        = String
    27    description = String
    28    subnet_ids  = SubnetList
    29  }