Amazon CodeCatalyst · JSON Structure

Amazon Codecatalyst Persistent Storage Configuration Structure

Information about the configuration of persistent storage for a Dev Environment.

Type: object Properties: 1 Required: 1
AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control

PersistentStorageConfiguration is a JSON Structure definition published by Amazon CodeCatalyst, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

sizeInGiB

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-structure/amazon-codecatalyst-persistent-storage-configuration-structure.json",
  "name": "PersistentStorageConfiguration",
  "description": "Information about the configuration of persistent storage for a Dev Environment. ",
  "type": "object",
  "properties": {
    "sizeInGiB": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PersistentStorageConfigurationSizeInGiBInteger"
        },
        {
          "description": "<p>The size of the persistent storage in gigabytes (specifically GiB).</p> <note> <p>Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.</p> </note>"
        }
      ]
    }
  },
  "required": [
    "sizeInGiB"
  ]
}