SelectedCertificateInputArgs

data class SelectedCertificateInputArgs(val certificateName: Output<String>, val password: Output<String>) : ConvertibleToJava<SelectedCertificateInputArgs>

Info for certificate to be exported for TDE enabled databases.

Constructors

Link copied to clipboard
constructor(certificateName: Output<String>, password: Output<String>)

Properties

Link copied to clipboard
val certificateName: Output<String>

Name of certificate to be exported.

Link copied to clipboard
val password: Output<String>

Password to use for encrypting the exported certificate.

Functions

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