AWS Redshift · JSON Structure

Redshift Pending Modified Values Structure

Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.

Type: object Properties: 11
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

MasterUserPassword NodeType NumberOfNodes ClusterType ClusterVersion AutomatedSnapshotRetentionPeriod ClusterIdentifier PubliclyAccessible EnhancedVpcRouting MaintenanceTrackName EncryptionType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "MasterUserPassword": {},
    "NodeType": {},
    "NumberOfNodes": {},
    "ClusterType": {},
    "ClusterVersion": {},
    "AutomatedSnapshotRetentionPeriod": {},
    "ClusterIdentifier": {},
    "PubliclyAccessible": {},
    "EnhancedVpcRouting": {},
    "MaintenanceTrackName": {},
    "EncryptionType": {}
  },
  "description": "Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-pending-modified-values-structure.json",
  "name": "PendingModifiedValues"
}