AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaTailor::VodSource

CfnVodSource

The VOD source configuration parameters.

Import

import { CfnVodSource } from 'aws-cdk-lib/aws-mediatailor';

Or use the module namespace:

import * as mediatailor from 'aws-cdk-lib/aws-mediatailor';
// mediatailor.CfnVodSource

Properties

Configuration passed to the constructor as CfnVodSourceProps.

httpPackageConfigurationsRequired
IResolvable | IResolvable | HttpPackageConfigurationProperty[]

The HTTP package configurations for the VOD source.

sourceLocationNameRequired
string

The name of the source location that the VOD source is associated with.

vodSourceNameRequired
string

The name of the VOD source.

tagsOptional
CfnTag[]

The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see [Tagging AWS Elemental MediaTailor Resources](https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-mediatailor
CFN TypeAWS::MediaTailor::VodSource
Properties4

External Links