interface TrafficShapingRetrievalWindowProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPrefetchSchedule.TrafficShapingRetrievalWindowProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPrefetchSchedule_TrafficShapingRetrievalWindowProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPrefetchSchedule.TrafficShapingRetrievalWindowProperty |
Python | aws_cdk.aws_mediatailor.CfnPrefetchSchedule.TrafficShapingRetrievalWindowProperty |
TypeScript | aws-cdk-lib » aws_mediatailor » CfnPrefetchSchedule » TrafficShapingRetrievalWindowProperty |
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 trafficShapingRetrievalWindowProperty: mediatailor.CfnPrefetchSchedule.TrafficShapingRetrievalWindowProperty = {
retrievalWindowDurationSeconds: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| retrieval | number | The amount of time, in seconds, that MediaTailor spreads prefetch requests to the ADS. |
retrievalWindowDurationSeconds?
Type:
number
(optional)
The amount of time, in seconds, that MediaTailor spreads prefetch requests to the ADS.

.NET
Go
Java
Python
TypeScript