Show / Hide Table of Contents

Class CfnChannelPropsMixin.SlateSourceProperty

Slate VOD source configuration.

Inheritance
object
CfnChannelPropsMixin.SlateSourceProperty
Implements
CfnChannelPropsMixin.ISlateSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-slatesource.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-slatesource.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-slatesource.html#cfn-mediatailor-channel-slatesource-sourcelocationname

VodSourceName

The slate VOD source name.

public string? VodSourceName { get; set; }
Property Value

string

Remarks

The VOD source must already exist in a source location before it can be used for slate.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-slatesource.html#cfn-mediatailor-channel-slatesource-vodsourcename

Implements

CfnChannelPropsMixin.ISlateSourceProperty
Back to top Generated by DocFX