Interface CfnPrefetchSchedulePropsMixin.RecurringConsumptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrefetchSchedulePropsMixin.RecurringConsumptionProperty.Jsii$Proxy
- Enclosing class:
CfnPrefetchSchedulePropsMixin
@Stability(Stable)
public static interface CfnPrefetchSchedulePropsMixin.RecurringConsumptionProperty
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.*;
RecurringConsumptionProperty recurringConsumptionProperty = RecurringConsumptionProperty.builder()
.availMatchingCriteria(List.of(AvailMatchingCriteriaProperty.builder()
.dynamicVariable("dynamicVariable")
.operator("operator")
.build()))
.retrievedAdExpirationSeconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPrefetchSchedulePropsMixin.RecurringConsumptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailMatchingCriteria
The configuration for the dynamic variables that determine which ad breaks that MediaTailor inserts prefetched ads in.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty>- See Also:
-
getRetrievedAdExpirationSeconds
The number of seconds that an ad is available for insertion after it was prefetched.- See Also:
-
builder
@Stability(Stable) static CfnPrefetchSchedulePropsMixin.RecurringConsumptionProperty.Builder builder()
-