aws-cdk-lib.aws_medialive.CfnChannel.DvbTdtSettingsProperty

interface DvbTdtSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.DvbTdtSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_DvbTdtSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.DvbTdtSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.DvbTdtSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » DvbTdtSettingsProperty

The DVB Time and Date Table (TDT).

The parent of this entity is M2tsSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const dvbTdtSettingsProperty: medialive.CfnChannel.DvbTdtSettingsProperty = {
  repInterval: 123,
};

Properties

NameTypeDescription
repInterval?numberThe number of milliseconds between instances of this table in the output transport stream.

repInterval?

Type: number (optional)

The number of milliseconds between instances of this table in the output transport stream.