AWS Redshift · JSON Structure

Redshift Ec2 Security Group Structure

Describes an Amazon EC2 security group.

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

Status EC2SecurityGroupName EC2SecurityGroupOwnerId Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Status": {},
    "EC2SecurityGroupName": {},
    "EC2SecurityGroupOwnerId": {},
    "Tags": {}
  },
  "description": "Describes an Amazon EC2 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-ec2-security-group-structure.json",
  "name": "EC2SecurityGroup"
}