interface AvailMatchingCriteriaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor.CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediatailor#CfnPrefetchSchedulePropsMixin_AvailMatchingCriteriaProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediatailor.CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediatailor » CfnPrefetchSchedulePropsMixin » AvailMatchingCriteriaProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediatailor as mediatailor } from '@aws-cdk/cfn-property-mixins';
const availMatchingCriteriaProperty: mediatailor.CfnPrefetchSchedulePropsMixin.AvailMatchingCriteriaProperty = {
dynamicVariable: 'dynamicVariable',
operator: 'operator',
};
Properties
| Name | Type | Description |
|---|---|---|
| dynamic | string | The dynamic variable(s) that MediaTailor should use as avail matching criteria. |
| operator? | string | For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison. |
dynamicVariable?
Type:
string
(optional)
The dynamic variable(s) that MediaTailor should use as avail matching criteria.
operator?
Type:
string
(optional)
For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.

.NET
Go
Java
Python
TypeScript