Interface DatastreamConnectionProfileMysqlProfileSslConfig

    • Method Detail

      • getCaCertificate

        @Stability(Stable)
        @Nullable
        default String getCaCertificate()
        PEM-encoded certificate of the CA that signed the source database server's certificate.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#ca_certificate DatastreamConnectionProfile#ca_certificate}

      • getClientCertificate

        @Stability(Stable)
        @Nullable
        default String getClientCertificate()
        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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#client_certificate DatastreamConnectionProfile#client_certificate}

      • getClientKey

        @Stability(Stable)
        @Nullable
        default String getClientKey()
        PEM-encoded private key associated with the Client Certificate.

        If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#client_key DatastreamConnectionProfile#client_key}