interface FeatureActivationsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.FeatureActivationsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_FeatureActivationsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.FeatureActivationsProperty |
Python | aws_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',
outputStaticImageOverlayScheduleActions: 'outputStaticImageOverlayScheduleActions',
};
Properties
Name | Type | Description |
---|---|---|
input | string | Enables the Input Prepare feature. |
output | string |
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.
outputStaticImageOverlayScheduleActions?
Type:
string
(optional)