JobTemplateConfigEncryptionArgs

data class JobTemplateConfigEncryptionArgs(val aes128: Output<JobTemplateConfigEncryptionAes128Args>? = null, val drmSystems: Output<JobTemplateConfigEncryptionDrmSystemsArgs>? = null, val id: Output<String>, val mpegCenc: Output<JobTemplateConfigEncryptionMpegCencArgs>? = null, val sampleAes: Output<JobTemplateConfigEncryptionSampleAesArgs>? = null, val secretManagerKeySource: Output<JobTemplateConfigEncryptionSecretManagerKeySourceArgs>? = null) : ConvertibleToJava<JobTemplateConfigEncryptionArgs>

Constructors

Link copied to clipboard
constructor(aes128: Output<JobTemplateConfigEncryptionAes128Args>? = null, drmSystems: Output<JobTemplateConfigEncryptionDrmSystemsArgs>? = null, id: Output<String>, mpegCenc: Output<JobTemplateConfigEncryptionMpegCencArgs>? = null, sampleAes: Output<JobTemplateConfigEncryptionSampleAesArgs>? = null, secretManagerKeySource: Output<JobTemplateConfigEncryptionSecretManagerKeySourceArgs>? = null)

Properties

Link copied to clipboard

Configuration for AES-128 encryption.

Link copied to clipboard

DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled. Structure is documented below.

Link copied to clipboard
val id: Output<String>

Identifier for this set of encryption options.

Link copied to clipboard

Configuration for MPEG Common Encryption (MPEG-CENC). Structure is documented below.

Link copied to clipboard

Configuration for SAMPLE-AES encryption.

Link copied to clipboard

Configuration for secrets stored in Google Secret Manager. Structure is documented below.

Functions

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