interface SlateSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor.CfnChannelPropsMixin.SlateSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediatailor#CfnChannelPropsMixin_SlateSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnChannelPropsMixin.SlateSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediatailor.CfnChannelPropsMixin.SlateSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediatailor » 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 { aws_mediatailor as mediatailor } from '@aws-cdk/cfn-property-mixins';
const slateSourceProperty: mediatailor.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