Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsRedshiftClusterVpcSecurityGroup

import type { AwsRedshiftClusterVpcSecurityGroup } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A VPC security group that the cluster belongs to, if the cluster is in a VPC.

interface AwsRedshiftClusterVpcSecurityGroup {
Status?: string | null;
VpcSecurityGroupId?: string | null;
}

§Properties

§
Status?: string | null
[src]

The status of the VPC security group.

§
VpcSecurityGroupId?: string | null
[src]

The identifier of the VPC security group.