class Scte35FlagBehavior
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Scte35FlagBehavior |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Scte35FlagBehavior |
Java | software.amazon.awscdk.services.medialive.alpha.Scte35FlagBehavior |
Python | aws_cdk.aws_medialive_alpha.Scte35FlagBehavior |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Scte35FlagBehavior |
How to handle SCTE-35 regional blackout and web delivery flags.
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 scte35FlagBehavior = medialive_alpha.Scte35FlagBehavior.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static FOLLOW | Scte35 | Follow the flag โ trigger blackouts/slates when the flag is set. |
| static IGNORE | Scte35 | Ignore the flag. |
value
Type:
string
The underlying string value passed to CloudFormation.
static FOLLOW
Type:
Scte35
Follow the flag โ trigger blackouts/slates when the flag is set.
static IGNORE
Type:
Scte35
Ignore the flag.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): Scte35FlagBehavior
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (