Interface CfnService.DeploymentControllerProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnService.DeploymentControllerProperty.Jsii$Proxy
Enclosing class:
CfnService

@Stability(Stable) public static interface CfnService.DeploymentControllerProperty extends software.amazon.jsii.JsiiSerializable
The deployment controller to use for the service.

For more information, see Amazon ECS deployment types in the Amazon Elastic Container Service Developer Guide .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ecs.*;
 DeploymentControllerProperty deploymentControllerProperty = DeploymentControllerProperty.builder()
         .type("type")
         .build();
 

See Also: