AWS Redshift · JSON Structure

Redshift Revoke Cluster Security Group Ingress Message Structure

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

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

Properties

ClusterSecurityGroupName CIDRIP EC2SecurityGroupName EC2SecurityGroupOwnerId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterSecurityGroupName": {},
    "CIDRIP": {},
    "EC2SecurityGroupName": {},
    "EC2SecurityGroupOwnerId": {}
  },
  "required": [
    "ClusterSecurityGroupName"
  ],
  "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-revoke-cluster-security-group-ingress-message-structure.json",
  "name": "RevokeClusterSecurityGroupIngressMessage"
}