interface CfnVodSourceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.CfnVodSourceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnVodSourceProps |
![]() | software.amazon.awscdk.services.mediatailor.CfnVodSourceProps |
![]() | aws_cdk.aws_mediatailor.CfnVodSourceProps |
![]() | aws-cdk-lib » aws_mediatailor » CfnVodSourceProps |
Properties for defining a CfnVodSource
.
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-lib';
const cfnVodSourceProps: mediatailor.CfnVodSourceProps = {
httpPackageConfigurations: [{
path: 'path',
sourceGroup: 'sourceGroup',
type: 'type',
}],
sourceLocationName: 'sourceLocationName',
vodSourceName: 'vodSourceName',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
http | IResolvable | IResolvable | Http [] | The HTTP package configurations for the VOD source. |
source | string | The name of the source location that the VOD source is associated with. |
vod | string | The name of the VOD source. |
tags? | Cfn [] | The tags assigned to the VOD source. |
httpPackageConfigurations
Type:
IResolvable
|
IResolvable
|
Http
[]
The HTTP package configurations for the VOD source.
sourceLocationName
Type:
string
The name of the source location that the VOD source is associated with.
vodSourceName
Type:
string
The name of the VOD source.
tags?
Type:
Cfn
[]
(optional)
The tags assigned to the VOD source.
Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .