ClusterArgs

constructor(applicationConfigs: Output<List<ClusterApplicationConfigArgs>>? = null, applications: Output<List<String>>? = null, bootstrapScripts: Output<List<ClusterBootstrapScriptArgs>>? = null, clusterName: Output<String>? = null, clusterType: Output<String>? = null, deletionProtection: Output<Boolean>? = null, deployMode: Output<String>? = null, logCollectStrategy: Output<String>? = null, nodeAttributes: Output<List<ClusterNodeAttributeArgs>>? = null, nodeGroups: Output<List<ClusterNodeGroupArgs>>? = null, paymentType: Output<String>? = null, releaseVersion: Output<String>? = null, resourceGroupId: Output<String>? = null, securityMode: Output<String>? = null, subscriptionConfig: Output<ClusterSubscriptionConfigArgs>? = null, tags: Output<Map<String, String>>? = null)