AWS Redshift · Schema
RestoreFromClusterSnapshotMessage
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| ClusterIdentifier | object | |
| SnapshotIdentifier | object | |
| SnapshotArn | object | |
| SnapshotClusterIdentifier | object | |
| Port | object | |
| AvailabilityZone | object | |
| AllowVersionUpgrade | object | |
| ClusterSubnetGroupName | object | |
| PubliclyAccessible | object | |
| OwnerAccount | object | |
| HsmClientCertificateIdentifier | object | |
| HsmConfigurationIdentifier | object | |
| ElasticIp | object | |
| ClusterParameterGroupName | object | |
| ClusterSecurityGroups | object | |
| VpcSecurityGroupIds | object | |
| PreferredMaintenanceWindow | object | |
| AutomatedSnapshotRetentionPeriod | object | |
| ManualSnapshotRetentionPeriod | object | |
| KmsKeyId | object | |
| NodeType | object | |
| EnhancedVpcRouting | object | |
| AdditionalInfo | object | |
| IamRoles | object | |
| MaintenanceTrackName | object | |
| SnapshotScheduleIdentifier | object | |
| NumberOfNodes | object | |
| AvailabilityZoneRelocation | object | |
| AquaConfigurationStatus | object | |
| DefaultIamRoleArn | object | |
| ReservedNodeId | object | |
| TargetReservedNodeOfferingId | object | |
| Encrypted | object |
JSON Schema
{
"type": "object",
"properties": {
"ClusterIdentifier": {},
"SnapshotIdentifier": {},
"SnapshotArn": {},
"SnapshotClusterIdentifier": {},
"Port": {},
"AvailabilityZone": {},
"AllowVersionUpgrade": {},
"ClusterSubnetGroupName": {},
"PubliclyAccessible": {},
"OwnerAccount": {},
"HsmClientCertificateIdentifier": {},
"HsmConfigurationIdentifier": {},
"ElasticIp": {},
"ClusterParameterGroupName": {},
"ClusterSecurityGroups": {},
"VpcSecurityGroupIds": {},
"PreferredMaintenanceWindow": {},
"AutomatedSnapshotRetentionPeriod": {},
"ManualSnapshotRetentionPeriod": {},
"KmsKeyId": {},
"NodeType": {},
"EnhancedVpcRouting": {},
"AdditionalInfo": {},
"IamRoles": {},
"MaintenanceTrackName": {},
"SnapshotScheduleIdentifier": {},
"NumberOfNodes": {},
"AvailabilityZoneRelocation": {},
"AquaConfigurationStatus": {},
"DefaultIamRoleArn": {},
"ReservedNodeId": {},
"TargetReservedNodeOfferingId": {},
"Encrypted": {}
},
"required": [
"ClusterIdentifier"
],
"description": "<p/>",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-restore-from-cluster-snapshot-message-schema.json",
"title": "RestoreFromClusterSnapshotMessage"
}