components

@JvmName(name = "dyappuiamrbtxdei")
suspend fun components(value: Output<Map<String, DeploymentComponentDeploymentSpecificationArgs>>)
@JvmName(name = "axqchesoaptdljtp")
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 = "upjflouoyobeaboc")
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 = "dupuapeuysnmggdr")
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.