Cluster constructor
Cluster({
- int? activeNodes,
- String? clusterArn,
- Endpoint? clusterDiscoveryEndpoint,
- String? clusterName,
- String? description,
- String? iamRoleArn,
- List<
String> ? nodeIdsToRemove, - String? nodeType,
- List<
Node> ? nodes, - NotificationConfiguration? notificationConfiguration,
- ParameterGroupStatus? parameterGroup,
- String? preferredMaintenanceWindow,
- SSEDescription? sSEDescription,
- List<
SecurityGroupMembership> ? securityGroups, - String? status,
- String? subnetGroup,
- int? totalNodes,
Implementation
Cluster({
this.activeNodes,
this.clusterArn,
this.clusterDiscoveryEndpoint,
this.clusterName,
this.description,
this.iamRoleArn,
this.nodeIdsToRemove,
this.nodeType,
this.nodes,
this.notificationConfiguration,
this.parameterGroup,
this.preferredMaintenanceWindow,
this.sSEDescription,
this.securityGroups,
this.status,
this.subnetGroup,
this.totalNodes,
});