deploymentController

@JvmName(name = "eehsnmcnjlqrruhv")
suspend fun deploymentController(value: Output<ServiceDeploymentControllerArgs>)
@JvmName(name = "kfbrwucyxjpaqbmh")
suspend fun deploymentController(value: ServiceDeploymentControllerArgs?)

Parameters

value

The deployment controller to use for the service. If no deployment controller is specified, the default value of `ECS` is used.


@JvmName(name = "sxwstwjvhqfnkkgj")
suspend fun deploymentController(argument: suspend ServiceDeploymentControllerArgsBuilder.() -> Unit)

Parameters

argument

The deployment controller to use for the service. If no deployment controller is specified, the default value of `ECS` is used.