AWS::MediaTailor::SourceLocationA source location is a container for sources. For more information about source locations, see [Working with source locations](https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html) in the *MediaTailor User Guide* .
import { CfnSourceLocation } from 'aws-cdk-lib/aws-mediatailor';Or use the module namespace:
import * as mediatailor from 'aws-cdk-lib/aws-mediatailor';
// mediatailor.CfnSourceLocationConfiguration passed to the constructor as CfnSourceLocationProps.
httpConfigurationRequiredIResolvable | HttpConfigurationPropertyThe HTTP configuration for the source location.
sourceLocationNameRequiredstringThe name of the source location.
accessConfigurationOptionalIResolvable | AccessConfigurationPropertyThe access configuration for the source location.
defaultSegmentDeliveryConfigurationOptionalIResolvable | DefaultSegmentDeliveryConfigurationPropertyThe default segment delivery configuration.
segmentDeliveryConfigurationsOptionalIResolvable | IResolvable | SegmentDeliveryConfigurationProperty[]The segment delivery configurations for the source location.
tagsOptionalCfnTag[]The tags assigned to the source location. 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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediatailorAWS::MediaTailor::SourceLocation