aws-cdk-lib.aws_medialive.CfnChannel.DvbNitSettingsProperty

interface DvbNitSettingsProperty

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

The configuration of DVB NIT.

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 dvbNitSettingsProperty: medialive.CfnChannel.DvbNitSettingsProperty = {
  networkId: 123,
  networkName: 'networkName',
  repInterval: 123,
};

Properties

NameTypeDescription
networkId?numberThe numeric value placed in the Network Information Table (NIT).
networkName?stringThe network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).
repInterval?numberThe number of milliseconds between instances of this table in the output transport stream.

networkId?

Type: number (optional)

The numeric value placed in the Network Information Table (NIT).


networkName?

Type: string (optional)

The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).

The maximum length is 256 characters.


repInterval?

Type: number (optional)

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