Show / Hide Table of Contents

Class CfnChannel.FeatureActivationsProperty

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

Inheritance
object
CfnChannel.FeatureActivationsProperty
Implements
CfnChannel.IFeatureActivationsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.FeatureActivationsProperty : CfnChannel.IFeatureActivationsProperty
Syntax (vb)
Public Class CfnChannel.FeatureActivationsProperty Implements CfnChannel.IFeatureActivationsProperty
Remarks

The parent of this entity is EncoderSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-featureactivations.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.MediaLive;

             var featureActivationsProperty = new FeatureActivationsProperty {
                 InputPrepareScheduleActions = "inputPrepareScheduleActions",
                 OutputStaticImageOverlayScheduleActions = "outputStaticImageOverlayScheduleActions"
             };

Synopsis

Constructors

FeatureActivationsProperty()

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

Properties

InputPrepareScheduleActions

Enables the Input Prepare feature.

OutputStaticImageOverlayScheduleActions

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

Constructors

FeatureActivationsProperty()

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

public FeatureActivationsProperty()
Remarks

The parent of this entity is EncoderSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-featureactivations.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.MediaLive;

             var featureActivationsProperty = new FeatureActivationsProperty {
                 InputPrepareScheduleActions = "inputPrepareScheduleActions",
                 OutputStaticImageOverlayScheduleActions = "outputStaticImageOverlayScheduleActions"
             };

Properties

InputPrepareScheduleActions

Enables the Input Prepare feature.

public string? InputPrepareScheduleActions { get; set; }
Property Value

string

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-featureactivations.html#cfn-medialive-channel-featureactivations-inputpreparescheduleactions

OutputStaticImageOverlayScheduleActions

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

public string? OutputStaticImageOverlayScheduleActions { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-featureactivations.html#cfn-medialive-channel-featureactivations-outputstaticimageoverlayscheduleactions

Implements

CfnChannel.IFeatureActivationsProperty
Back to top Generated by DocFX