Class ApigeeTargetServerSSlInfoOutputReference

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

      • ApigeeTargetServerSSlInfoOutputReference

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

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

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

      • resetCiphers

        @Stability(Stable)
        public void resetCiphers()
      • resetClientAuthEnabled

        @Stability(Stable)
        public void resetClientAuthEnabled()
      • resetCommonName

        @Stability(Stable)
        public void resetCommonName()
      • resetIgnoreValidationErrors

        @Stability(Stable)
        public void resetIgnoreValidationErrors()
      • resetKeyAlias

        @Stability(Stable)
        public void resetKeyAlias()
      • resetKeyStore

        @Stability(Stable)
        public void resetKeyStore()
      • resetProtocols

        @Stability(Stable)
        public void resetProtocols()
      • resetTrustStore

        @Stability(Stable)
        public void resetTrustStore()
      • getCiphersInput

        @Stability(Stable)
        @Nullable
        public List<String> getCiphersInput()
      • getClientAuthEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getClientAuthEnabledInput()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getIgnoreValidationErrorsInput

        @Stability(Stable)
        @Nullable
        public Object getIgnoreValidationErrorsInput()
      • getKeyAliasInput

        @Stability(Stable)
        @Nullable
        public String getKeyAliasInput()
      • getKeyStoreInput

        @Stability(Stable)
        @Nullable
        public String getKeyStoreInput()
      • getProtocolsInput

        @Stability(Stable)
        @Nullable
        public List<String> getProtocolsInput()
      • getTrustStoreInput

        @Stability(Stable)
        @Nullable
        public String getTrustStoreInput()
      • getCiphers

        @Stability(Stable)
        @NotNull
        public List<String> getCiphers()
      • setCiphers

        @Stability(Stable)
        public void setCiphers​(@NotNull
                               List<String> value)
      • getClientAuthEnabled

        @Stability(Stable)
        @NotNull
        public Object getClientAuthEnabled()
      • setClientAuthEnabled

        @Stability(Stable)
        public void setClientAuthEnabled​(@NotNull
                                         Boolean value)
      • setClientAuthEnabled

        @Stability(Stable)
        public void setClientAuthEnabled​(@NotNull
                                         com.hashicorp.cdktf.IResolvable value)
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               Boolean value)
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)
      • getIgnoreValidationErrors

        @Stability(Stable)
        @NotNull
        public Object getIgnoreValidationErrors()
      • setIgnoreValidationErrors

        @Stability(Stable)
        public void setIgnoreValidationErrors​(@NotNull
                                              Boolean value)
      • setIgnoreValidationErrors

        @Stability(Stable)
        public void setIgnoreValidationErrors​(@NotNull
                                              com.hashicorp.cdktf.IResolvable value)
      • getKeyAlias

        @Stability(Stable)
        @NotNull
        public String getKeyAlias()
      • setKeyAlias

        @Stability(Stable)
        public void setKeyAlias​(@NotNull
                                String value)
      • getKeyStore

        @Stability(Stable)
        @NotNull
        public String getKeyStore()
      • setKeyStore

        @Stability(Stable)
        public void setKeyStore​(@NotNull
                                String value)
      • getProtocols

        @Stability(Stable)
        @NotNull
        public List<String> getProtocols()
      • setProtocols

        @Stability(Stable)
        public void setProtocols​(@NotNull
                                 List<String> value)
      • getTrustStore

        @Stability(Stable)
        @NotNull
        public String getTrustStore()
      • setTrustStore

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