java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.HeadersCMSD
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-04-02T21:55:36.069Z") @Stability(Experimental) public class HeadersCMSD extends software.amazon.jsii.JsiiObject
(experimental) 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 software.amazon.awscdk.services.mediapackagev2.alpha.*;
 HeadersCMSD headersCMSD = HeadersCMSD.of("value");
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HeadersCMSD
    (experimental) Media Quality Confidence Score.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    HeadersCMSD(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    HeadersCMSD(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The string value of the CMSD header.
    of(String value)
    (experimental) Escape hatch for new CMSD headers not yet supported by the construct.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Field Details

    • MQCS

      @Stability(Experimental) public static final HeadersCMSD MQCS
      (experimental) Media Quality Confidence Score.
  • Constructor Details

    • HeadersCMSD

      protected HeadersCMSD(software.amazon.jsii.JsiiObjectRef objRef)
    • HeadersCMSD

      protected HeadersCMSD(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • of

      @Stability(Experimental) @NotNull public static HeadersCMSD of(@NotNull String value)
      (experimental) Escape hatch for new CMSD headers not yet supported by the construct.

      Parameters:
      value - This parameter is required.
    • getValue

      @Stability(Experimental) @NotNull public String getValue()
      (experimental) The string value of the CMSD header.