deploymentController

@JvmName(name = "jlbwjaymgqcypbsb")
suspend fun deploymentController(value: Output<DeploymentControllerArgs>)
@JvmName(name = "plnjsrwlitskjsve")
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 = "fgktwyyalvepihou")
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.