Class PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference

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

      • PrivatecaCertificateAuthorityConfigSubjectConfigSubjectAltNameOutputReference

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

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

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

      • resetDnsNames

        @Stability(Stable)
        public void resetDnsNames()
      • resetEmailAddresses

        @Stability(Stable)
        public void resetEmailAddresses()
      • resetIpAddresses

        @Stability(Stable)
        public void resetIpAddresses()
      • resetUris

        @Stability(Stable)
        public void resetUris()
      • getDnsNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getDnsNamesInput()
      • getEmailAddressesInput

        @Stability(Stable)
        @Nullable
        public List<String> getEmailAddressesInput()
      • getIpAddressesInput

        @Stability(Stable)
        @Nullable
        public List<String> getIpAddressesInput()
      • getUrisInput

        @Stability(Stable)
        @Nullable
        public List<String> getUrisInput()
      • getDnsNames

        @Stability(Stable)
        @NotNull
        public List<String> getDnsNames()
      • setDnsNames

        @Stability(Stable)
        public void setDnsNames​(@NotNull
                                List<String> value)
      • getEmailAddresses

        @Stability(Stable)
        @NotNull
        public List<String> getEmailAddresses()
      • setEmailAddresses

        @Stability(Stable)
        public void setEmailAddresses​(@NotNull
                                      List<String> value)
      • getIpAddresses

        @Stability(Stable)
        @NotNull
        public List<String> getIpAddresses()
      • setIpAddresses

        @Stability(Stable)
        public void setIpAddresses​(@NotNull
                                   List<String> value)
      • getUris

        @Stability(Stable)
        @NotNull
        public List<String> getUris()
      • setUris

        @Stability(Stable)
        public void setUris​(@NotNull
                            List<String> value)