Class ConnectionProfilePostgresqlSslArgs


  • public final class ConnectionProfilePostgresqlSslArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • caCertificate

        public com.pulumi.core.Output<java.lang.String> caCertificate()
        Returns:
        Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host. **Note**: This property is sensitive and will not be displayed in the plan.
      • clientCertificate

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> clientCertificate()
        Returns:
        Input only. The x509 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' field is mandatory **Note**: This property is sensitive and will not be displayed in the plan.
      • clientKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> clientKey()
        Returns:
        Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'clientCertificate' field is mandatory. **Note**: This property is sensitive and will not be displayed in the plan.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        (Output) The current connection profile state.