ClusterServiceConfigsProfileArgs

data class ClusterServiceConfigsProfileArgs(val configs: Output<List<ClusterServiceConfigArgs>>, val serviceName: Output<String>) : ConvertibleToJava<ClusterServiceConfigsProfileArgs>

Cluster service configs.

Constructors

Link copied to clipboard
constructor(configs: Output<List<ClusterServiceConfigArgs>>, serviceName: Output<String>)

Properties

Link copied to clipboard

List of service configs.

Link copied to clipboard
val serviceName: Output<String>

Name of the service the configurations should apply to.

Functions

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