AWS::MediaTailor::PlaybackConfigurationResource schema for AWS::MediaTailor::PlaybackConfiguration
19 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AdDecisionServerUrl | string | Required |
Name | string | RequiredCreate-only |
VideoContentSourceUrl | string | Required |
AdConditioningConfiguration | AdConditioningConfiguration | |
AdDecisionServerConfiguration | AdDecisionServerConfiguration | |
AvailSuppression | AvailSuppression | |
Bumper | Bumper | |
CdnConfiguration | CdnConfiguration | |
ConfigurationAliases | ConfigurationAliases | |
DashConfiguration | DashConfiguration | |
HlsConfiguration | HlsConfiguration | |
InsertionMode | string | |
LivePreRollConfiguration | LivePreRollConfiguration | |
LogConfiguration | LogConfiguration | |
ManifestProcessingRules | ManifestProcessingRules | |
PersonalizationThresholdSeconds | integer | |
SlateAdUrl | string | |
Tags | Array<Tag> | |
TranscodeProfileName | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
PlaybackConfigurationArn | string | The Amazon Resource Name (ARN) for the playback configuration. |
PlaybackEndpointPrefix | string | The URL that the player accesses to get a manifest from MediaTailor. This session will use server-side reporting. |
SessionInitializationEndpointPrefix | string | The URL that the player uses to initialize a session that uses client-side reporting. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaTailor::PlaybackConfiguration
Resources:
MyResource:
Type: AWS::MediaTailor::PlaybackConfiguration
Properties:
Name: "my-name"
VideoContentSourceUrl: "my-videocontentsourceurl"
AdDecisionServerUrl: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
mediatailor:PutPlaybackConfigurationmediatailor:ConfigureLogsForPlaybackConfigurationiam:CreateServiceLinkedRolemediatailor:UntagResourcemediatailor:TagResourcemediatailor:GetPlaybackConfigurationmediatailor:GetPlaybackConfigurationmediatailor:PutPlaybackConfigurationmediatailor:ConfigureLogsForPlaybackConfigurationiam:CreateServiceLinkedRolemediatailor:UntagResourcemediatailor:TagResourcemediatailor:GetPlaybackConfigurationmediatailor:DeletePlaybackConfigurationmediatailor:GetPlaybackConfigurationmediatailor:ListPlaybackConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name