Cluster constructor

Cluster({
  1. String? arn,
  2. Certificate? certificateAuthority,
  3. String? clientRequestToken,
  4. DateTime? createdAt,
  5. List<EncryptionConfig>? encryptionConfig,
  6. String? endpoint,
  7. Identity? identity,
  8. KubernetesNetworkConfigResponse? kubernetesNetworkConfig,
  9. Logging? logging,
  10. String? name,
  11. String? platformVersion,
  12. VpcConfigResponse? resourcesVpcConfig,
  13. String? roleArn,
  14. ClusterStatus? status,
  15. Map<String, String>? tags,
  16. String? version,
})

Implementation

Cluster({
  this.arn,
  this.certificateAuthority,
  this.clientRequestToken,
  this.createdAt,
  this.encryptionConfig,
  this.endpoint,
  this.identity,
  this.kubernetesNetworkConfig,
  this.logging,
  this.name,
  this.platformVersion,
  this.resourcesVpcConfig,
  this.roleArn,
  this.status,
  this.tags,
  this.version,
});