ClusterServiceArgs

constructor(clusterServiceName: Output<String>? = null, clusterTypeSpecificData: Output<Either<ClusterServiceAksClusterDataArgs, ClusterServiceNexusAksClusterDataArgs>>? = null, componentParameters: Output<List<QualifiedComponentDeploymentParametersArgs>>? = null, deploymentType: Output<Either<String, SkuDeploymentType>>? = null, location: Output<String>? = null, releaseVersion: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)