ClusterArgs

constructor(clusterDescription: Output<String>? = null, clusterName: Output<String>? = null, clusterType: Output<String>? = null, components: Output<List<ClusterComponentArgs>>? = null, hpnZone: Output<String>? = null, ignoreFailedNodeTasks: Output<Boolean>? = null, networks: Output<ClusterNetworksArgs>? = null, nimizVswitches: Output<List<String>>? = null, nodeGroups: Output<List<ClusterNodeGroupArgs>>? = null, openEniJumboFrame: Output<Boolean>? = null, resourceGroupId: Output<String>? = null, tags: Output<Map<String, String>>? = null)