AWS Redshift · JSON Structure

Redshift Resize Info Structure

Describes a resize operation.

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ResizeInfo is a JSON Structure definition published by AWS Redshift, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResizeType AllowCancelResize

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ResizeType": {},
    "AllowCancelResize": {}
  },
  "description": "Describes a resize operation.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-resize-info-structure.json",
  "name": "ResizeInfo"
}