Class Eac3LfeControl
(experimental) EAC3 LFE control.
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class Eac3LfeControl : DeputyBase
Syntax (vb)
Public Class Eac3LfeControl Inherits DeputyBase
Remarks
Stability: Experimental
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.Alpha;
var eac3LfeControl = Eac3LfeControl.Of("value");
Synopsis
Properties
| LFE | (experimental) LFE. |
| NO_LFE | (experimental) No LFE. |
| Value | (experimental) The underlying string value passed to CloudFormation. |
Methods
| Of(string) | (experimental) A value not yet modelled by AWS CDK. |
Properties
LFE
(experimental) LFE.
public static Eac3LfeControl LFE { get; }
Property Value
Remarks
Stability: Experimental
NO_LFE
(experimental) No LFE.
public static Eac3LfeControl NO_LFE { get; }
Property Value
Remarks
Stability: Experimental
Value
(experimental) The underlying string value passed to CloudFormation.
public virtual string Value { get; }
Property Value
Remarks
Stability: Experimental
Methods
Of(string)
(experimental) A value not yet modelled by AWS CDK.
public static Eac3LfeControl Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental