deploymentController

@JvmName(name = "ncedvtmpcitpqrtx")
suspend fun deploymentController(value: Output<ServiceDeploymentControllerArgs>)
@JvmName(name = "tpbdwmbpuqtlgxcu")
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 = "uvkaavqvynxjmqdp")
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.