Job Config Encryption Args
data class JobConfigEncryptionArgs(val aes128: Output<JobConfigEncryptionAes128Args>? = null, val drmSystems: Output<JobConfigEncryptionDrmSystemsArgs>? = null, val id: Output<String>, val mpegCenc: Output<JobConfigEncryptionMpegCencArgs>? = null, val sampleAes: Output<JobConfigEncryptionSampleAesArgs>? = null, val secretManagerKeySource: Output<JobConfigEncryptionSecretManagerKeySourceArgs>? = null) : ConvertibleToJava<JobConfigEncryptionArgs>
Constructors
Link copied to clipboard
constructor(aes128: Output<JobConfigEncryptionAes128Args>? = null, drmSystems: Output<JobConfigEncryptionDrmSystemsArgs>? = null, id: Output<String>, mpegCenc: Output<JobConfigEncryptionMpegCencArgs>? = null, sampleAes: Output<JobConfigEncryptionSampleAesArgs>? = null, secretManagerKeySource: Output<JobConfigEncryptionSecretManagerKeySourceArgs>? = 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
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.