Interface CfnPrefetchSchedulePropsMixin.PrefetchConsumptionProperty

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

@Stability(Stable) public static interface CfnPrefetchSchedulePropsMixin.PrefetchConsumptionProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.mediatailor.*;
 PrefetchConsumptionProperty prefetchConsumptionProperty = PrefetchConsumptionProperty.builder()
         .availMatchingCriteria(List.of(AvailMatchingCriteriaProperty.builder()
                 .dynamicVariable("dynamicVariable")
                 .operator("operator")
                 .build()))
         .endTime("endTime")
         .startTime("startTime")
         .build();
 

See Also: