class InputEndAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.InputEndAction |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#InputEndAction |
Java | software.amazon.awscdk.services.medialive.alpha.InputEndAction |
Python | aws_cdk.aws_medialive_alpha.InputEndAction |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป InputEndAction |
Action to take when the current input completes.
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 inputEndAction = medialive_alpha.InputEndAction.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static NONE | Input | Do nothing โ show slate or black until next input switch. |
| static SWITCH_AND_LOOP_INPUTS | Input | Restart at the beginning of the first input. |
value
Type:
string
The underlying string value passed to CloudFormation.
static NONE
Type:
Input
Do nothing โ show slate or black until next input switch.
static SWITCH_AND_LOOP_INPUTS
Type:
Input
Restart at the beginning of the first input.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): InputEndAction
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (