Class CfnChannelPropsMixin.SlateSourceProperty
Slate VOD source configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.SlateSourceProperty : CfnChannelPropsMixin.ISlateSourceProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.SlateSourceProperty Implements CfnChannelPropsMixin.ISlateSourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
var slateSourceProperty = new SlateSourceProperty {
SourceLocationName = "sourceLocationName",
VodSourceName = "vodSourceName"
};
Synopsis
Constructors
| SlateSourceProperty() | Slate VOD source configuration. |
Properties
| SourceLocationName | The name of the source location where the slate VOD source is stored. |
| VodSourceName | The slate VOD source name. |
Constructors
SlateSourceProperty()
Slate VOD source configuration.
public SlateSourceProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins;
var slateSourceProperty = new SlateSourceProperty {
SourceLocationName = "sourceLocationName",
VodSourceName = "vodSourceName"
};
Properties
SourceLocationName
The name of the source location where the slate VOD source is stored.
public string? SourceLocationName { get; set; }
Property Value
Remarks
VodSourceName
The slate VOD source name.
public string? VodSourceName { get; set; }
Property Value
Remarks
The VOD source must already exist in a source location before it can be used for slate.