class RtmpAuthenticationScheme
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.RtmpAuthenticationScheme |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#RtmpAuthenticationScheme |
Java | software.amazon.awscdk.services.medialive.alpha.RtmpAuthenticationScheme |
Python | aws_cdk.aws_medialive_alpha.RtmpAuthenticationScheme |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป RtmpAuthenticationScheme |
RTMP authentication scheme.
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 rtmpAuthenticationScheme = medialive_alpha.RtmpAuthenticationScheme.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static AKAMAI | Rtmp | Akamai authentication. |
| static COMMON | Rtmp | Common authentication. |
value
Type:
string
The underlying string value passed to CloudFormation.
static AKAMAI
Type:
Rtmp
Akamai authentication.
static COMMON
Type:
Rtmp
Common authentication.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): RtmpAuthenticationScheme
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (