encryptions

@JvmName(name = "yjthqloqjumaelyq")
suspend fun encryptions(value: Output<List<JobConfigEncryptionArgs>>)
@JvmName(name = "rhmpjicqgrerwwdp")
suspend fun encryptions(value: List<JobConfigEncryptionArgs>?)

Parameters

value

List of encryption configurations for the content. Structure is documented below.


@JvmName(name = "ehvxfnrinoxrmigw")
suspend fun encryptions(vararg values: Output<JobConfigEncryptionArgs>)


@JvmName(name = "jlmumuqtnnrwdnsc")
suspend fun encryptions(values: List<Output<JobConfigEncryptionArgs>>)
@JvmName(name = "orojnkpknlmfvova")
suspend fun encryptions(vararg values: JobConfigEncryptionArgs)

Parameters

values

List of encryption configurations for the content. Structure is documented below.


@JvmName(name = "vgdptnwhoxehhhyk")
suspend fun encryptions(argument: List<suspend JobConfigEncryptionArgsBuilder.() -> Unit>)
@JvmName(name = "wpxljxfmnivqdiwt")
suspend fun encryptions(vararg argument: suspend JobConfigEncryptionArgsBuilder.() -> Unit)
@JvmName(name = "xnkwhbebhcufhhjq")
suspend fun encryptions(argument: suspend JobConfigEncryptionArgsBuilder.() -> Unit)

Parameters

argument

List of encryption configurations for the content. Structure is documented below.