@Stability(value=Stable)
public static interface CfnChannel.FeatureActivationsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.medialive.*;
FeatureActivationsProperty featureActivationsProperty = FeatureActivationsProperty.builder()
.inputPrepareScheduleActions("inputPrepareScheduleActions")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.FeatureActivationsProperty.Builder
A builder for
CfnChannel.FeatureActivationsProperty |
static class |
CfnChannel.FeatureActivationsProperty.Jsii$Proxy
An implementation for
CfnChannel.FeatureActivationsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.FeatureActivationsProperty.Builder |
builder() |
default String |
getInputPrepareScheduleActions()
Enables the Input Prepare feature.
|
@Stability(value=Stable) @Nullable default String getInputPrepareScheduleActions()
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.
@Stability(value=Stable) static CfnChannel.FeatureActivationsProperty.Builder builder()
Copyright © 2022. All rights reserved.