class Eac3PhaseControl
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Eac3PhaseControl |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Eac3PhaseControl |
Java | software.amazon.awscdk.services.medialive.alpha.Eac3PhaseControl |
Python | aws_cdk.aws_medialive_alpha.Eac3PhaseControl |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Eac3PhaseControl |
EAC3 phase control.
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';
const eac3PhaseControl = medialive_alpha.Eac3PhaseControl.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static NO_SHIFT | Eac3 | No shift. |
| static SHIFT_90_DEGREES | Eac3 | Shift 90 degrees. |
value
Type:
string
The underlying string value passed to CloudFormation.
static NO_SHIFT
Type:
Eac3
No shift.
static SHIFT_90_DEGREES
Type:
Eac3
Shift 90 degrees.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): Eac3PhaseControl
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (