Cluster constructor

Cluster({
  1. int? activeNodes,
  2. String? clusterArn,
  3. Endpoint? clusterDiscoveryEndpoint,
  4. String? clusterName,
  5. String? description,
  6. String? iamRoleArn,
  7. List<String>? nodeIdsToRemove,
  8. String? nodeType,
  9. List<Node>? nodes,
  10. NotificationConfiguration? notificationConfiguration,
  11. ParameterGroupStatus? parameterGroup,
  12. String? preferredMaintenanceWindow,
  13. SSEDescription? sSEDescription,
  14. List<SecurityGroupMembership>? securityGroups,
  15. String? status,
  16. String? subnetGroup,
  17. 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,
});