aws-cdk-lib.aws_medialive.CfnChannel.FeatureActivationsProperty

interface FeatureActivationsProperty

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

Settings to enable specific features. You can't configure these features until you have enabled them in the channel.

The parent of this entity is EncoderSettings.

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 featureActivationsProperty: medialive.CfnChannel.FeatureActivationsProperty = {
  inputPrepareScheduleActions: 'inputPrepareScheduleActions',
};

Properties

NameTypeDescription
inputPrepareScheduleActions?stringEnables the Input Prepare feature.

inputPrepareScheduleActions?

Type: string (optional)

Enables the Input Prepare feature.

You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.