components

@JvmName(name = "qegicfnyepljbphu")
suspend fun components(value: Output<Map<String, DeploymentComponentDeploymentSpecificationArgs>>)
@JvmName(name = "ywaoajjilliyxwbw")
suspend fun components(value: Map<String, DeploymentComponentDeploymentSpecificationArgs>?)

Parameters

value

The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.


@JvmName(name = "onnoxfsqhtjjhull")
suspend fun components(vararg argument: Pair<String, suspend DeploymentComponentDeploymentSpecificationArgsBuilder.() -> Unit>)

Parameters

argument

The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.


@JvmName(name = "qwymgfhvuwobsmev")
fun components(vararg values: Pair<String, DeploymentComponentDeploymentSpecificationArgs>)

Parameters

values

The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.