interface SlateSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins.CfnChannelPropsMixin.SlateSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediatailor/mixins#CfnChannelPropsMixin_SlateSourceProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnChannelPropsMixin.SlateSourceProperty |
Python | aws_cdk.mixins_preview.aws_mediatailor.mixins.CfnChannelPropsMixin.SlateSourceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediatailor » mixins » CfnChannelPropsMixin » SlateSourceProperty |
Slate VOD source configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediatailor_mixins } from '@aws-cdk/mixins-preview/aws-mediatailor';
const slateSourceProperty: mediatailor_mixins.CfnChannelPropsMixin.SlateSourceProperty = {
sourceLocationName: 'sourceLocationName',
vodSourceName: 'vodSourceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The name of the source location where the slate VOD source is stored. |
| vod | string | The slate VOD source name. |
sourceLocationName?
Type:
string
(optional)
The name of the source location where the slate VOD source is stored.
vodSourceName?
Type:
string
(optional)
The slate VOD source name.
The VOD source must already exist in a source location before it can be used for slate.

.NET
Go
Java
Python
TypeScript