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#
and ClusterSecurityGroup.Name
CopyC#
subelements.
ClusterSecurityGroup.Status
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.

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