Interface CfnOriginEndpoint.EncryptionMethodProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.EncryptionMethodProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.EncryptionMethodProperty
extends software.amazon.jsii.JsiiSerializable
The encryption method associated with the origin endpoint.
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.*;
EncryptionMethodProperty encryptionMethodProperty = EncryptionMethodProperty.builder()
.cmafEncryptionMethod("cmafEncryptionMethod")
.ismEncryptionMethod("ismEncryptionMethod")
.tsEncryptionMethod("tsEncryptionMethod")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginEndpoint.EncryptionMethodPropertystatic final classAn implementation forCfnOriginEndpoint.EncryptionMethodProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCmafEncryptionMethod
The encryption method to use.- See Also:
-
getIsmEncryptionMethod
The encryption method used for Microsoft Smooth Streaming (MSS) content.This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
- See Also:
-
getTsEncryptionMethod
The encryption method to use.- See Also:
-
builder
-