Interface CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty.Jsii$Proxy
- Enclosing class:
CfnPrefetchSchedulePropsMixin
@Stability(Stable)
public static interface CfnPrefetchSchedulePropsMixin.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.cfnpropertymixins.services.mediatailor.*;
AvailMatchingCriteriaProperty availMatchingCriteriaProperty = AvailMatchingCriteriaProperty.builder()
.dynamicVariable("dynamicVariable")
.operator("operator")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty -
Method Summary
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
@Stability(Stable) static CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty.Builder builder()
-