Interface CfnPrefetchSchedule.AvailMatchingCriteriaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrefetchSchedule.AvailMatchingCriteriaProperty.Jsii$Proxy
- Enclosing class:
CfnPrefetchSchedule
@Stability(Stable)
public static interface CfnPrefetchSchedule.AvailMatchingCriteriaProperty
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.services.mediatailor.*;
AvailMatchingCriteriaProperty availMatchingCriteriaProperty = AvailMatchingCriteriaProperty.builder()
.dynamicVariable("dynamicVariable")
.operator("operator")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPrefetchSchedule.AvailMatchingCriteriaPropertystatic final classAn implementation forCfnPrefetchSchedule.AvailMatchingCriteriaProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The dynamic variable(s) that MediaTailor should use as avail matching criteria.For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDynamicVariable
The dynamic variable(s) that MediaTailor should use as avail matching criteria.- See Also:
-
getOperator
For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.- See Also:
-
builder
-