Redshift

Filters

param

Checks the ClusterParameterGroups for Redshift resource

Schema:

{
  "default": {
    "type": "object"
  },
  "key": {
    "type": "string"
  },
  "op": {
    "$ref": "#/definitions/filters_common/comparison_operators"
  },
  "value": {
    "$ref": "#/definitions/filters_common/value"
  },
  "value_from": {
    "$ref": "#/definitions/filters_common/value_from"
  },
  "value_type": {
    "$ref": "#/definitions/filters_common/value_types"
  }
}

Actions

delete

Delete Redshift resource and you can specify if you want to skip-snapshot, default is False

Schema:

{
  "skip-snapshot": {
    "type": "boolean"
  }
}