Interface CfnSchedulePropsMixin.PlacementStrategyProperty

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

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

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.scheduler.mixins.*;
 PlacementStrategyProperty placementStrategyProperty = PlacementStrategyProperty.builder()
         .field("field")
         .type("type")
         .build();
 

See Also: