deploymentController

@JvmName(name = "awnyuhmdwinolxac")
suspend fun deploymentController(value: Output<DeploymentControllerArgs>)
@JvmName(name = "wiovcorvshhtpbac")
suspend fun deploymentController(value: DeploymentControllerArgs?)

Parameters

value

The deployment controller to use for the service. If no deployment controller is specified, the default value of `ECS` is used. The deployment controller to use for the service. For more information, see Amazon ECS deployment types in the Amazon Elastic Container Service Developer Guide.


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

Parameters

argument

The deployment controller to use for the service. If no deployment controller is specified, the default value of `ECS` is used. The deployment controller to use for the service. For more information, see Amazon ECS deployment types in the Amazon Elastic Container Service Developer Guide.