frontendConfigurations

@JvmName(name = "kbbcyendjqawrvdv")
suspend fun frontendConfigurations(value: Output<List<FrontendConfigurationArgs>>)
@JvmName(name = "qpchddxditariaky")
suspend fun frontendConfigurations(value: List<FrontendConfigurationArgs>?)

Parameters

value

Indicates the node type uses its own frontend configurations instead of the default one for the cluster. This setting can only be specified for non-primary node types and can not be added or removed after the node type is created.


@JvmName(name = "jyfremmoefudnxcu")
suspend fun frontendConfigurations(vararg values: Output<FrontendConfigurationArgs>)


@JvmName(name = "lmchdoctlxjmfesc")
suspend fun frontendConfigurations(values: List<Output<FrontendConfigurationArgs>>)
@JvmName(name = "hfrsgaqvllmqhcfn")
suspend fun frontendConfigurations(vararg values: FrontendConfigurationArgs)

Parameters

values

Indicates the node type uses its own frontend configurations instead of the default one for the cluster. This setting can only be specified for non-primary node types and can not be added or removed after the node type is created.


@JvmName(name = "kgaxtqwlxyacriyq")
suspend fun frontendConfigurations(argument: List<suspend FrontendConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "jtgbvnwhmubmuaoy")
suspend fun frontendConfigurations(vararg argument: suspend FrontendConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "cleqcraetjocoudh")
suspend fun frontendConfigurations(argument: suspend FrontendConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Indicates the node type uses its own frontend configurations instead of the default one for the cluster. This setting can only be specified for non-primary node types and can not be added or removed after the node type is created.