Connection Profile Mysql Profile Ssl Config Args
data class ConnectionProfileMysqlProfileSslConfigArgs(val caCertificate: Output<String>? = null, val caCertificateSet: Output<Boolean>? = null, val clientCertificate: Output<String>? = null, val clientCertificateSet: Output<Boolean>? = null, val clientKey: Output<String>? = null, val clientKeySet: Output<Boolean>? = null) : ConvertibleToJava<ConnectionProfileMysqlProfileSslConfigArgs>
Properties
Link copied to clipboard
PEM-encoded certificate of the CA that signed the source database server's certificate. Note: This property is sensitive and will not be displayed in the plan.
Link copied to clipboard
(Output) Indicates whether the clientKey field is set.
Link copied to clipboard
PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'clientKey' and the 'caCertificate' fields are mandatory. Note: This property is sensitive and will not be displayed in the plan.
Link copied to clipboard
(Output) Indicates whether the clientCertificate field is set.
Link copied to clipboard
Link copied to clipboard
(Output) Indicates whether the clientKey field is set.