Interface CfnPipe.PlacementStrategyProperty

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

@Stability(Stable) public static interface CfnPipe.PlacementStrategyProperty extends software.amazon.jsii.JsiiSerializable
The task placement strategy for a task or service.

To learn more, see Task Placement Strategies in the Amazon Elastic Container Service 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.pipes.*;
 PlacementStrategyProperty placementStrategyProperty = PlacementStrategyProperty.builder()
         .field("field")
         .type("type")
         .build();
 

See Also: