interface CmafIngestGroupSettingsProperty
Language | Type name |
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.CmafIngestGroupSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_CmafIngestGroupSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.CmafIngestGroupSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.CmafIngestGroupSettingsProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » CmafIngestGroupSettingsProperty |
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html
Example
import { aws_medialive as medialive } from 'aws-cdk-lib';
const cmafIngestGroupSettingsProperty: medialive.CfnChannel.CmafIngestGroupSettingsProperty = {
additionalDestinations: [{
destination: {
destinationRefId: 'destinationRefId',
},
}],
captionLanguageMappings: [{
captionChannel: 123,
languageCode: 'languageCode',
}],
destination: {
destinationRefId: 'destinationRefId',
},
id3Behavior: 'id3Behavior',
id3NameModifier: 'id3NameModifier',
klvBehavior: 'klvBehavior',
klvNameModifier: 'klvNameModifier',
nielsenId3Behavior: 'nielsenId3Behavior',
nielsenId3NameModifier: 'nielsenId3NameModifier',
scte35NameModifier: 'scte35NameModifier',
scte35Type: 'scte35Type',
segmentLength: 123,
segmentLengthUnits: 'segmentLengthUnits',
sendDelayMs: 123,
timedMetadataId3Frame: 'timedMetadataId3Frame',
timedMetadataId3Period: 123,
timedMetadataPassthrough: 'timedMetadataPassthrough',
};
Properties
additionalDestinations?
Type:
IResolvable
|
IResolvable
|
AdditionalDestinationsProperty
[]
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-additionaldestinations
captionLanguageMappings?
Type:
IResolvable
|
IResolvable
|
CmafIngestCaptionLanguageMappingProperty
[]
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-captionlanguagemappings
destination?
Type:
IResolvable
|
OutputLocationRefProperty
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-destination
id3Behavior?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-id3behavior
id3NameModifier?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-id3namemodifier
klvBehavior?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-klvbehavior
klvNameModifier?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-klvnamemodifier
nielsenId3Behavior?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-nielsenid3behavior
nielsenId3NameModifier?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-nielsenid3namemodifier
scte35NameModifier?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-scte35namemodifier
scte35Type?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-scte35type
segmentLength?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-segmentlength
segmentLengthUnits?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-segmentlengthunits
sendDelayMs?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-senddelayms
timedMetadataId3Frame?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3frame
timedMetadataId3Period?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3period
timedMetadataPassthrough?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-timedmetadatapassthrough