ClusterServiceConfigArgs

data class ClusterServiceConfigArgs(val component: Output<String>, val files: Output<List<ClusterConfigFileArgs>>) : ConvertibleToJava<ClusterServiceConfigArgs>

Cluster configs per component.

Constructors

Link copied to clipboard
constructor(component: Output<String>, files: Output<List<ClusterConfigFileArgs>>)

Properties

Link copied to clipboard
val component: Output<String>

Name of the component the config files should apply to.

Link copied to clipboard

List of Config Files.

Functions

Link copied to clipboard
open override fun toJava(): ClusterServiceConfigArgs