AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaTailor::LiveSource

CfnLiveSource

Live source configuration parameters.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnLiveSourceProps.

httpPackageConfigurationsRequired
IResolvable | IResolvable | HttpPackageConfigurationProperty[]

The HTTP package configurations for the live source.

liveSourceNameRequired
string

The name that's used to refer to a live source.

sourceLocationNameRequired
string

The name of the source location.

tagsOptional
CfnTag[]

The tags assigned to the live 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::LiveSource
Properties4

External Links