clusterSecurityGroups property

List<ClusterSecurityGroupMembership>? clusterSecurityGroups
final

A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name and ClusterSecurityGroup.Status subelements.

Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.

Implementation

final List<ClusterSecurityGroupMembership>? clusterSecurityGroups;