interface AvailMatchingCriteriaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPrefetchSchedule.AvailMatchingCriteriaProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPrefetchSchedule_AvailMatchingCriteriaProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPrefetchSchedule.AvailMatchingCriteriaProperty |
Python | aws_cdk.aws_mediatailor.CfnPrefetchSchedule.AvailMatchingCriteriaProperty |
TypeScript | aws-cdk-lib » aws_mediatailor » CfnPrefetchSchedule » 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-lib';
const availMatchingCriteriaProperty: mediatailor.CfnPrefetchSchedule.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
The dynamic variable(s) that MediaTailor should use as avail matching criteria.
operator
Type:
string
For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.

.NET
Go
Java
Python
TypeScript