Amazon Redshift · Schema

Amazon Redshift Cluster

Schema for an Amazon Redshift provisioned cluster resource, representing a fully managed petabyte-scale data warehouse in the AWS cloud. Includes cluster configuration, networking, security, and operational metadata as described in the Amazon Redshift Management Guide.

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Properties

Name Type Description
ClusterIdentifier string The unique identifier of the cluster. Must be lowercase, begin with a letter, contain only alphanumeric characters and hyphens, and be between 1 and 63 characters.
ClusterStatus string The current state of the cluster
ClusterAvailabilityStatus string The availability status of the cluster for queries
NodeType string The node type for the nodes in the cluster
NumberOfNodes integer The number of compute nodes in the cluster. For single-node clusters this is 1.
ClusterType string The type of the cluster based on number of nodes
DBName string The name of the initial database created when the cluster was provisioned. Default is 'dev'.
MasterUsername string The admin user name for the cluster. Must be lowercase, begin with a letter, contain only alphanumeric characters, and be between 1 and 128 characters.
Endpoint object
ClusterCreateTime string The date and time that the cluster was created
AutomatedSnapshotRetentionPeriod integer The number of days that automatic cluster snapshots are retained. Default is 1.
ManualSnapshotRetentionPeriod integer The default number of days to retain a manual snapshot. -1 means indefinitely.
ClusterSecurityGroups array List of cluster security groups associated with the cluster
VpcSecurityGroups array List of VPC security groups associated with the cluster
ClusterParameterGroups array List of cluster parameter groups associated with this cluster
ClusterSubnetGroupName string The name of the subnet group associated with the cluster
VpcId string The identifier of the VPC the cluster is in
AvailabilityZone string The name of the Availability Zone in which the cluster is located
PreferredMaintenanceWindow string The weekly time range for system maintenance in UTC, formatted as ddd:hh24:mi-ddd:hh24:mi
ClusterVersion string The version ID of the Amazon Redshift engine running on the cluster
AllowVersionUpgrade boolean Whether major version upgrades are applied automatically during the maintenance window
PubliclyAccessible boolean Whether the cluster can be accessed from a public network
Encrypted boolean Whether data in the cluster is encrypted at rest
KmsKeyId string The AWS KMS key ID used for encryption of data at rest
EnhancedVpcRouting boolean Whether enhanced VPC routing is enabled, forcing all COPY and UNLOAD traffic through the VPC
IamRoles array List of IAM roles associated with the cluster for authorization
MaintenanceTrackName string The name of the maintenance track for the cluster
ElasticResizeNumberOfNodeOptions string The number of nodes that you can resize the cluster to using elastic resize
AquaConfiguration object
TotalStorageCapacityInMegaBytes integer The total storage capacity of the cluster in megabytes
ClusterNamespaceArn string The namespace ARN of the cluster
Tags array Tags associated with the cluster
View JSON Schema on GitHub