Cluster constructor
Cluster({
- String? arn,
- Certificate? certificateAuthority,
- String? clientRequestToken,
- DateTime? createdAt,
- List<
EncryptionConfig> ? encryptionConfig, - String? endpoint,
- Identity? identity,
- KubernetesNetworkConfigResponse? kubernetesNetworkConfig,
- Logging? logging,
- String? name,
- String? platformVersion,
- VpcConfigResponse? resourcesVpcConfig,
- String? roleArn,
- ClusterStatus? status,
- Map<
String, String> ? tags, - 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,
});