Class ApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference

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

      • ApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference

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

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

        @Stability(Stable)
        public ApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference​(@NotNull
                                                                                 com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                 @NotNull
                                                                                 String terraformAttribute,
                                                                                 @NotNull
                                                                                 Number complexObjectIndex,
                                                                                 @NotNull
                                                                                 Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetBasicConstraints

        @Stability(Stable)
        public void resetBasicConstraints()
      • resetExpiryDate

        @Stability(Stable)
        public void resetExpiryDate()
      • resetIssuer

        @Stability(Stable)
        public void resetIssuer()
      • resetIsValid

        @Stability(Stable)
        public void resetIsValid()
      • resetPublicKey

        @Stability(Stable)
        public void resetPublicKey()
      • resetSerialNumber

        @Stability(Stable)
        public void resetSerialNumber()
      • resetSigAlgName

        @Stability(Stable)
        public void resetSigAlgName()
      • resetSubject

        @Stability(Stable)
        public void resetSubject()
      • resetSubjectAlternativeNames

        @Stability(Stable)
        public void resetSubjectAlternativeNames()
      • resetValidFrom

        @Stability(Stable)
        public void resetValidFrom()
      • resetVersion

        @Stability(Stable)
        public void resetVersion()
      • getBasicConstraintsInput

        @Stability(Stable)
        @Nullable
        public String getBasicConstraintsInput()
      • getExpiryDateInput

        @Stability(Stable)
        @Nullable
        public String getExpiryDateInput()
      • getIssuerInput

        @Stability(Stable)
        @Nullable
        public String getIssuerInput()
      • getIsValidInput

        @Stability(Stable)
        @Nullable
        public String getIsValidInput()
      • getPublicKeyInput

        @Stability(Stable)
        @Nullable
        public String getPublicKeyInput()
      • getSerialNumberInput

        @Stability(Stable)
        @Nullable
        public String getSerialNumberInput()
      • getSigAlgNameInput

        @Stability(Stable)
        @Nullable
        public String getSigAlgNameInput()
      • getSubjectAlternativeNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getSubjectAlternativeNamesInput()
      • getSubjectInput

        @Stability(Stable)
        @Nullable
        public String getSubjectInput()
      • getValidFromInput

        @Stability(Stable)
        @Nullable
        public String getValidFromInput()
      • getVersionInput

        @Stability(Stable)
        @Nullable
        public Number getVersionInput()
      • getBasicConstraints

        @Stability(Stable)
        @NotNull
        public String getBasicConstraints()
      • setBasicConstraints

        @Stability(Stable)
        public void setBasicConstraints​(@NotNull
                                        String value)
      • getExpiryDate

        @Stability(Stable)
        @NotNull
        public String getExpiryDate()
      • setExpiryDate

        @Stability(Stable)
        public void setExpiryDate​(@NotNull
                                  String value)
      • getIssuer

        @Stability(Stable)
        @NotNull
        public String getIssuer()
      • setIssuer

        @Stability(Stable)
        public void setIssuer​(@NotNull
                              String value)
      • getIsValid

        @Stability(Stable)
        @NotNull
        public String getIsValid()
      • setIsValid

        @Stability(Stable)
        public void setIsValid​(@NotNull
                               String value)
      • getPublicKey

        @Stability(Stable)
        @NotNull
        public String getPublicKey()
      • setPublicKey

        @Stability(Stable)
        public void setPublicKey​(@NotNull
                                 String value)
      • getSerialNumber

        @Stability(Stable)
        @NotNull
        public String getSerialNumber()
      • setSerialNumber

        @Stability(Stable)
        public void setSerialNumber​(@NotNull
                                    String value)
      • getSigAlgName

        @Stability(Stable)
        @NotNull
        public String getSigAlgName()
      • setSigAlgName

        @Stability(Stable)
        public void setSigAlgName​(@NotNull
                                  String value)
      • getSubject

        @Stability(Stable)
        @NotNull
        public String getSubject()
      • setSubject

        @Stability(Stable)
        public void setSubject​(@NotNull
                               String value)
      • getSubjectAlternativeNames

        @Stability(Stable)
        @NotNull
        public List<String> getSubjectAlternativeNames()
      • setSubjectAlternativeNames

        @Stability(Stable)
        public void setSubjectAlternativeNames​(@NotNull
                                               List<String> value)
      • getValidFrom

        @Stability(Stable)
        @NotNull
        public String getValidFrom()
      • setValidFrom

        @Stability(Stable)
        public void setValidFrom​(@NotNull
                                 String value)
      • getVersion

        @Stability(Stable)
        @NotNull
        public Number getVersion()
      • setVersion

        @Stability(Stable)
        public void setVersion​(@NotNull
                               Number value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)