OriginEndpointEncryptionMethodArgs

data class OriginEndpointEncryptionMethodArgs(val cmafEncryptionMethod: Output<OriginEndpointCmafEncryptionMethod>? = null, val tsEncryptionMethod: Output<OriginEndpointTsEncryptionMethod>? = null) : ConvertibleToJava<OriginEndpointEncryptionMethodArgs>

The encryption type.

Constructors

Link copied to clipboard
constructor(cmafEncryptionMethod: Output<OriginEndpointCmafEncryptionMethod>? = null, tsEncryptionMethod: Output<OriginEndpointTsEncryptionMethod>? = null)

Properties

Link copied to clipboard

The encryption method to use.

Link copied to clipboard

The encryption method to use.

Functions

Link copied to clipboard
open override fun toJava(): OriginEndpointEncryptionMethodArgs