Class MsSmoothCertificateMode
(experimental) MS Smooth certificate mode.
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class MsSmoothCertificateMode : DeputyBase
Syntax (vb)
Public Class MsSmoothCertificateMode 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 msSmoothCertificateMode = MsSmoothCertificateMode.Of("value");
Synopsis
Properties
| SELF_SIGNED | (experimental) Self-signed. |
| VERIFY_AUTHENTICITY | (experimental) Verify authenticity. |
| Value | (experimental) The underlying string value passed to CloudFormation. |
Methods
| Of(string) | (experimental) A value not yet modelled by AWS CDK. |
Properties
SELF_SIGNED
(experimental) Self-signed.
public static MsSmoothCertificateMode SELF_SIGNED { get; }
Property Value
Remarks
Stability: Experimental
VERIFY_AUTHENTICITY
(experimental) Verify authenticity.
public static MsSmoothCertificateMode VERIFY_AUTHENTICITY { 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 MsSmoothCertificateMode Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental