Class DatastreamConnectionProfileMysqlProfileSslConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.842Z")
    @Stability(Stable)
    public class DatastreamConnectionProfileMysqlProfileSslConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DatastreamConnectionProfileMysqlProfileSslConfigOutputReference

        protected DatastreamConnectionProfileMysqlProfileSslConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • DatastreamConnectionProfileMysqlProfileSslConfigOutputReference

        protected DatastreamConnectionProfileMysqlProfileSslConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DatastreamConnectionProfileMysqlProfileSslConfigOutputReference

        @Stability(Stable)
        public DatastreamConnectionProfileMysqlProfileSslConfigOutputReference​(@NotNull
                                                                               com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                               @NotNull
                                                                               String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetCaCertificate

        @Stability(Stable)
        public void resetCaCertificate()
      • resetClientCertificate

        @Stability(Stable)
        public void resetClientCertificate()
      • resetClientKey

        @Stability(Stable)
        public void resetClientKey()
      • getCaCertificateSet

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getCaCertificateSet()
      • getClientCertificateSet

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getClientCertificateSet()
      • getClientKeySet

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getClientKeySet()
      • getCaCertificateInput

        @Stability(Stable)
        @Nullable
        public String getCaCertificateInput()
      • getClientCertificateInput

        @Stability(Stable)
        @Nullable
        public String getClientCertificateInput()
      • getClientKeyInput

        @Stability(Stable)
        @Nullable
        public String getClientKeyInput()
      • getCaCertificate

        @Stability(Stable)
        @NotNull
        public String getCaCertificate()
      • setCaCertificate

        @Stability(Stable)
        public void setCaCertificate​(@NotNull
                                     String value)
      • getClientCertificate

        @Stability(Stable)
        @NotNull
        public String getClientCertificate()
      • setClientCertificate

        @Stability(Stable)
        public void setClientCertificate​(@NotNull
                                         String value)
      • getClientKey

        @Stability(Stable)
        @NotNull
        public String getClientKey()
      • setClientKey

        @Stability(Stable)
        public void setClientKey​(@NotNull
                                 String value)