Class IntegrationsAuthConfigClientCertificateOutputReference

  • 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:21.747Z")
    @Stability(Stable)
    public class IntegrationsAuthConfigClientCertificateOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • IntegrationsAuthConfigClientCertificateOutputReference

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

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

        @Stability(Stable)
        public IntegrationsAuthConfigClientCertificateOutputReference​(@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

      • resetPassphrase

        @Stability(Stable)
        public void resetPassphrase()
      • getEncryptedPrivateKeyInput

        @Stability(Stable)
        @Nullable
        public String getEncryptedPrivateKeyInput()
      • getPassphraseInput

        @Stability(Stable)
        @Nullable
        public String getPassphraseInput()
      • getSslCertificateInput

        @Stability(Stable)
        @Nullable
        public String getSslCertificateInput()
      • getEncryptedPrivateKey

        @Stability(Stable)
        @NotNull
        public String getEncryptedPrivateKey()
      • setEncryptedPrivateKey

        @Stability(Stable)
        public void setEncryptedPrivateKey​(@NotNull
                                           String value)
      • getPassphrase

        @Stability(Stable)
        @NotNull
        public String getPassphrase()
      • setPassphrase

        @Stability(Stable)
        public void setPassphrase​(@NotNull
                                  String value)
      • getSslCertificate

        @Stability(Stable)
        @NotNull
        public String getSslCertificate()
      • setSslCertificate

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