AWS Redshift · JSON Structure

Redshift Modify Cluster Message Structure

Type: object Properties: 25 Required: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ModifyClusterMessage is a JSON Structure definition published by AWS Redshift, describing 25 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterIdentifier ClusterType NodeType NumberOfNodes ClusterSecurityGroups VpcSecurityGroupIds MasterUserPassword ClusterParameterGroupName AutomatedSnapshotRetentionPeriod ManualSnapshotRetentionPeriod PreferredMaintenanceWindow ClusterVersion AllowVersionUpgrade HsmClientCertificateIdentifier HsmConfigurationIdentifier NewClusterIdentifier PubliclyAccessible ElasticIp EnhancedVpcRouting MaintenanceTrackName Encrypted KmsKeyId AvailabilityZoneRelocation AvailabilityZone Port

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "ClusterType": {},
    "NodeType": {},
    "NumberOfNodes": {},
    "ClusterSecurityGroups": {},
    "VpcSecurityGroupIds": {},
    "MasterUserPassword": {},
    "ClusterParameterGroupName": {},
    "AutomatedSnapshotRetentionPeriod": {},
    "ManualSnapshotRetentionPeriod": {},
    "PreferredMaintenanceWindow": {},
    "ClusterVersion": {},
    "AllowVersionUpgrade": {},
    "HsmClientCertificateIdentifier": {},
    "HsmConfigurationIdentifier": {},
    "NewClusterIdentifier": {},
    "PubliclyAccessible": {},
    "ElasticIp": {},
    "EnhancedVpcRouting": {},
    "MaintenanceTrackName": {},
    "Encrypted": {},
    "KmsKeyId": {},
    "AvailabilityZoneRelocation": {},
    "AvailabilityZone": {},
    "Port": {}
  },
  "required": [
    "ClusterIdentifier"
  ],
  "description": "<p/>",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-modify-cluster-message-structure.json",
  "name": "ModifyClusterMessage"
}