Class HlsStaticKeyProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.HlsStaticKeyProps.Jsii$Proxy
All Implemented Interfaces:
HlsStaticKeyProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
HlsStaticKeyProps

@Stability(Experimental) @Internal public static final class HlsStaticKeyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HlsStaticKeyProps
An implementation for HlsStaticKeyProps
  • Nested Class Summary

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

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.HlsStaticKeyProps

    HlsStaticKeyProps.Builder, HlsStaticKeyProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the HlsStaticKeyProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The URL of the license server that serves the static key.
    (experimental) The static key value as a 32-character hexadecimal string.
    final int
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(HlsStaticKeyProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HlsStaticKeyProps.Builder.
  • Method Details

    • getKeyProviderServerUrl

      public final String getKeyProviderServerUrl()
      Description copied from interface: HlsStaticKeyProps
      (experimental) The URL of the license server that serves the static key.

      Required — MediaLive rejects this without a server URL, even though the underlying CloudFormation property is typed as optional.

      Specified by:
      getKeyProviderServerUrl in interface HlsStaticKeyProps
    • getStaticKeyValue

      public final SecretValue getStaticKeyValue()
      Description copied from interface: HlsStaticKeyProps
      (experimental) The static key value as a 32-character hexadecimal string.
      Specified by:
      getStaticKeyValue in interface HlsStaticKeyProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object