class MsSmoothCertificateMode
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.MsSmoothCertificateMode |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#MsSmoothCertificateMode |
Java | software.amazon.awscdk.services.medialive.alpha.MsSmoothCertificateMode |
Python | aws_cdk.aws_medialive_alpha.MsSmoothCertificateMode |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป MsSmoothCertificateMode |
MS Smooth certificate mode.
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 msSmoothCertificateMode = medialive_alpha.MsSmoothCertificateMode.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static SELF_SIGNED | Ms | Self-signed. |
| static VERIFY_AUTHENTICITY | Ms | Verify authenticity. |
value
Type:
string
The underlying string value passed to CloudFormation.
static SELF_SIGNED
Type:
Ms
Self-signed.
static VERIFY_AUTHENTICITY
Type:
Ms
Verify authenticity.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): MsSmoothCertificateMode
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (