Encryption Services Args
data class EncryptionServicesArgs(val blob: Output<EncryptionServiceArgs>? = null, val file: Output<EncryptionServiceArgs>? = null, val queue: Output<EncryptionServiceArgs>? = null, val table: Output<EncryptionServiceArgs>? = null) : ConvertibleToJava<EncryptionServicesArgs>
A list of services that support encryption.
Constructors
Link copied to clipboard
fun EncryptionServicesArgs(blob: Output<EncryptionServiceArgs>? = null, file: Output<EncryptionServiceArgs>? = null, queue: Output<EncryptionServiceArgs>? = null, table: Output<EncryptionServiceArgs>? = null)