Sha256: 4912cbdecf043c5ebbaa84da7fc631dc2d45e201162b3fc3d5eb212d6dbcf025

Contents?: true

Size: 1.23 KB

Versions: 72

Compression:

Stored size: 1.23 KB

Contents

{ "VPCPrefix" : {
    "Description" : "IP Prefix for VPC (xxx.xxx)",
    "Type" : "String",
    "MinLength": "1",
    "MaxLength": "64",
    "AllowedPattern" : "(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",
    "ConstraintDescription" : "First two numbers for an IP"
  },

  "URLSubfix" : {
    "Description" : "Additional component of the URL: app.[URLSubfix.][hostedZoneName]",
    "Type" : "String",
    "MinLength": "0",
    "MaxLength": "64",
    "AllowedPattern" : "([a-z0-9_\-]+\.|)",
    "ConstraintDescription" : "Must be alphanumerics, underscore, or dash and end in a dot or may be blank"
  },

  "Route53HostedZoneName" : {
    "Description" : "Name of the hosted zone (i.e. myapp.com)",
    "Type" : "String",
    "MinLength": "3",
    "MaxLength": "64",
    "AllowedPattern" : "[a-z0-9_\-\.]+",
    "ConstraintDescription" : "Must be alphanumerics, underscores, dashes, or dots"
  },

  "KeyName" : {
    "Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances",
    "Type" : "String",
    "MinLength": "1",
    "MaxLength": "64",
    "AllowedPattern" : "[-_ a-zA-Z0-9]*",
    "ConstraintDescription" : "can contain only alphanumeric characters, spaces, dashes and underscores."
  }
}

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
aws-cfn-compiler-0.9.27 example/params.json
aws-cfn-compiler-0.9.26 example/params.json
aws-cfn-compiler-0.9.25 example/params.json
aws-cfn-compiler-0.9.24 example/params.json
aws-cfn-compiler-0.9.23 example/params.json
aws-cfn-compiler-0.9.22 example/params.json
aws-cfn-compiler-0.9.21 example/params.json
aws-cfn-compiler-0.9.20 example/params.json
aws-cfn-compiler-0.9.19 example/params.json
aws-cfn-compiler-0.9.18 example/params.json
aws-cfn-compiler-0.9.17 example/params.json
aws-cfn-compiler-0.9.16 example/params.json
aws-cfn-compiler-0.9.15 example/params.json
aws-cfn-compiler-0.9.14 example/params.json
aws-cfn-decompiler-0.9.6 example/params.json
aws-cfn-compiler-0.9.13 example/params.json
aws-cfn-compiler-0.9.12 example/params.json
aws-cfn-compiler-0.9.9 example/params.json
aws-cfn-decompiler-0.9.5 example/params.json
aws-cfn-compiler-0.9.8 example/params.json