class HeadersCMSD
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaPackageV2.Alpha.HeadersCMSD |
Go | github.com/aws/aws-cdk-go/awsmediapackagev2alpha/v2#HeadersCMSD |
Java | software.amazon.awscdk.services.mediapackagev2.alpha.HeadersCMSD |
Python | aws_cdk.aws_mediapackagev2_alpha.HeadersCMSD |
TypeScript (source) | @aws-cdk/aws-mediapackagev2-alpha ยป HeadersCMSD |
The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as mediapackagev2_alpha from '@aws-cdk/aws-mediapackagev2-alpha';
const headersCMSD = mediapackagev2_alpha.HeadersCMSD.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The string value of the CMSD header. |
| static MQCS | Headers | Media Quality Confidence Score. |
value
Type:
string
The string value of the CMSD header.
static MQCS
Type:
Headers
Media Quality Confidence Score.
Methods
| Name | Description |
|---|---|
| static of(value) | Escape hatch for new CMSD headers not yet supported by the construct. |
static of(value)
public static of(value: string): HeadersCMSD
Parameters
- value
string
Returns
Escape hatch for new CMSD headers not yet supported by the construct.

.NET
Go
Java
Python
TypeScript (