AWS Redshift · JSON Structure

Redshift Cluster Security Group Structure

Describes a security group.

Type: object Properties: 5
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ClusterSecurityGroupName Description EC2SecurityGroups IPRanges Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterSecurityGroupName": {},
    "Description": {},
    "EC2SecurityGroups": {},
    "IPRanges": {},
    "Tags": {}
  },
  "description": "Describes a security group.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-cluster-security-group-structure.json",
  "name": "ClusterSecurityGroup"
}