AWS Redshift · Schema

VpcSecurityGroupMembership

Describes the members of a VPC security group.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
VpcSecurityGroupId object
Status object
View JSON Schema on GitHub

JSON Schema

redshift-vpc-security-group-membership-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "VpcSecurityGroupId": {},
    "Status": {}
  },
  "description": "Describes the members of a VPC security group.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-vpc-security-group-membership-schema.json",
  "title": "VpcSecurityGroupMembership"
}