Skip to content

Commit

Permalink
publish latest hamlet schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
RossMurr4y authored and github-actions[bot] committed Nov 22, 2023
1 parent a476eff commit b8a9ae0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions static/schema/latest/Component-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14363,6 +14363,34 @@
"description": "The components type",
"type": "string"
},
"aws:Storage": {
"additionalProperties": false,
"description": "Additional storage configuration options",
"properties": {
"Iops": {
"default": -1,
"description": "Specify the IOPS you want for types that support it",
"type": "number"
},
"Throughput": {
"default": -1,
"description": "Specifiy the throughput you want for gp-3 volumes",
"type": "number"
},
"Type": {
"default": "gp2",
"description": "The type of storage to use for the database",
"enum": [
"gp2",
"gp3",
"io1",
"standard"
],
"type": "string"
}
},
"type": "object"
},
"azure:AutoGrow": {
"default": "Disabled",
"description": "Allow Database storage to grow automatically as the capacity limit is reached.",
Expand Down

0 comments on commit b8a9ae0

Please sign in to comment.