interface PrefetchScheduleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.MediaTailor.PrefetchScheduleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsmediatailor#PrefetchScheduleReference |
Java | software.amazon.awscdk.interfaces.mediatailor.PrefetchScheduleReference |
Python | aws_cdk.interfaces.aws_mediatailor.PrefetchScheduleReference |
TypeScript | aws-cdk-lib » interfaces » aws_mediatailor » PrefetchScheduleReference |
A reference to a PrefetchSchedule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediatailor as interfaces_mediatailor } from 'aws-cdk-lib/interfaces';
const prefetchScheduleReference: interfaces_mediatailor.PrefetchScheduleReference = {
prefetchScheduleArn: 'prefetchScheduleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| prefetch | string | The Arn of the PrefetchSchedule resource. |
prefetchScheduleArn
Type:
string
The Arn of the PrefetchSchedule resource.

.NET
Go
Java
Python
TypeScript