interface TrafficShapingRetrievalWindowProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor.CfnPrefetchSchedulePropsMixin.TrafficShapingRetrievalWindowProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediatailor#CfnPrefetchSchedulePropsMixin_TrafficShapingRetrievalWindowProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPrefetchSchedulePropsMixin.TrafficShapingRetrievalWindowProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediatailor.CfnPrefetchSchedulePropsMixin.TrafficShapingRetrievalWindowProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediatailor » CfnPrefetchSchedulePropsMixin » 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/cfn-property-mixins';
const trafficShapingRetrievalWindowProperty: mediatailor.CfnPrefetchSchedulePropsMixin.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