interface FeatureActivations
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.FeatureActivations |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#FeatureActivations |
Java | software.amazon.awscdk.services.medialive.alpha.FeatureActivations |
Python | aws_cdk.aws_medialive_alpha.FeatureActivations |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป FeatureActivations |
Feature activations for the channel.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
declare const featureActivationState: medialive_alpha.FeatureActivationState;
const featureActivations: medialive_alpha.FeatureActivations = {
inputPrepareScheduleActions: featureActivationState,
outputStaticImageOverlayScheduleActions: featureActivationState,
};
Properties
| Name | Type | Description |
|---|---|---|
| input | Feature | Enable Input Prepare schedule actions. |
| output | Feature | Enable output static image overlay schedule actions. |
inputPrepareScheduleActions?
Type:
Feature
(optional, default: DISABLED, applied by MediaLive)
Enable Input Prepare schedule actions.
outputStaticImageOverlayScheduleActions?
Type:
Feature
(optional, default: DISABLED, applied by MediaLive)
Enable output static image overlay schedule actions.

.NET
Go
Java
Python
TypeScript (