ServiceDeploymentControllerArgs

data class ServiceDeploymentControllerArgs(val type: Output<ServiceDeploymentControllerType>? = null) : ConvertibleToJava<ServiceDeploymentControllerArgs>

The deployment controller to use for the service. For more information, see Amazon ECS deployment types in the Amazon Elastic Container Service Developer Guide.

Constructors

Link copied to clipboard
constructor(type: Output<ServiceDeploymentControllerType>? = null)

Properties

Link copied to clipboard

The deployment controller type to use. There are three deployment controller types available:

Functions

Link copied to clipboard
open override fun toJava(): ServiceDeploymentControllerArgs