interface CfnLiveSourceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.CfnLiveSourceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnLiveSourceProps |
![]() | software.amazon.awscdk.services.mediatailor.CfnLiveSourceProps |
![]() | aws_cdk.aws_mediatailor.CfnLiveSourceProps |
![]() | aws-cdk-lib » aws_mediatailor » CfnLiveSourceProps |
Properties for defining a CfnLiveSource
.
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 cfnLiveSourceProps: mediatailor.CfnLiveSourceProps = {
httpPackageConfigurations: [{
path: 'path',
sourceGroup: 'sourceGroup',
type: 'type',
}],
liveSourceName: 'liveSourceName',
sourceLocationName: 'sourceLocationName',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
http | IResolvable | IResolvable | Http [] | The HTTP package configurations for the live source. |
live | string | The name that's used to refer to a live source. |
source | string | The name of the source location. |
tags? | Cfn [] | The tags assigned to the live source. |
httpPackageConfigurations
Type:
IResolvable
|
IResolvable
|
Http
[]
The HTTP package configurations for the live source.
liveSourceName
Type:
string
The name that's used to refer to a live source.
sourceLocationName
Type:
string
The name of the source location.
tags?
Type:
Cfn
[]
(optional)
The tags assigned to the live 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 .