Sha256: 7e2d5ff5b612114817900137a5a760bfee1f06e9c5c31a37789e50a9c98f74dd

Contents?: true

Size: 581 Bytes

Versions: 7

Compression:

Stored size: 581 Bytes

Contents

{
  "type": "object",
  "title": "Storage",
  "title": "AWS Fog Storage",
  "required": ["availability", "region"],
  "properties": {
    "availability": {
      "title": "Storage Redundancy",
      "type": "string",
      "enum": [
        "normal",
        "reduced"
      ],
      "default": "normal"
    },
    "region": {
      "title": "DB Engine",
      "type": "string",
      "enum": [
        "",
        "us-west-1",
        "us-west-2",
        "EU",
        "ap-northeast-1",
        "ap-southeast-1",
        "ap-southeast-2"
      ],
      "default": ""
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jellyfish_fog_aws-0.3.0 config/product_questions/storage.json
jellyfish_fog_aws-0.2.2 config/product_questions/storage.json
jellyfish_fog_aws-0.2.1 config/product_questions/storage.json
jellyfish_fog_aws-0.2.0 config/product_questions/storage.json
jellyfish_fog_aws-0.1.1 config/product_questions/storage.json
jellyfish_fog_aws-0.1.0 config/product_questions/storage.json
jellyfish_fog_aws-0.0.1 config/product_questions/storage.json