Interface CfnChannel.OutputLockingSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.OutputLockingSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.OutputLockingSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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.*; Object pipelineLockingSettings; OutputLockingSettingsProperty outputLockingSettingsProperty = OutputLockingSettingsProperty.builder() .epochLockingSettings(EpochLockingSettingsProperty.builder() .customEpoch("customEpoch") .jamSyncTime("jamSyncTime") .build()) .pipelineLockingSettings(pipelineLockingSettings) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.OutputLockingSettingsProperty
static final class
An implementation forCfnChannel.OutputLockingSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEpochLockingSettings
- See Also:
-
getPipelineLockingSettings
- See Also:
-
builder
-