AWS SDK for .NET Documentation
ClusterSecurityGroups Property
AmazonAmazon.Redshift.ModelClusterClusterSecurityGroups Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property ClusterSecurityGroups.

A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains

CopyC#
ClusterSecurityGroup.Name
and
CopyC#
ClusterSecurityGroup.Status
subelements.

Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

Declaration Syntax
C#
public List<ClusterSecurityGroupMembership> ClusterSecurityGroups { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)