Class HlsEncryptionType
(experimental) HLS encryption type.
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class HlsEncryptionType : DeputyBase
Syntax (vb)
Public Class HlsEncryptionType 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 hlsEncryptionType = HlsEncryptionType.Of("value");
Synopsis
Properties
| AES128 | (experimental) AES-128 encryption. |
| SAMPLE_AES | (experimental) Sample AES encryption. |
| Value | (experimental) The underlying string value passed to CloudFormation. |
Methods
| Of(string) | (experimental) A value not yet modelled by AWS CDK. |
Properties
AES128
(experimental) AES-128 encryption.
public static HlsEncryptionType AES128 { get; }
Property Value
Remarks
Stability: Experimental
SAMPLE_AES
(experimental) Sample AES encryption.
public static HlsEncryptionType SAMPLE_AES { 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 HlsEncryptionType Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental