Class PrivatecaCertificateConfigX509ConfigNameConstraintsOutputReference

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

      • PrivatecaCertificateConfigX509ConfigNameConstraintsOutputReference

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

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

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

      • resetExcludedDnsNames

        @Stability(Stable)
        public void resetExcludedDnsNames()
      • resetExcludedEmailAddresses

        @Stability(Stable)
        public void resetExcludedEmailAddresses()
      • resetExcludedIpRanges

        @Stability(Stable)
        public void resetExcludedIpRanges()
      • resetExcludedUris

        @Stability(Stable)
        public void resetExcludedUris()
      • resetPermittedDnsNames

        @Stability(Stable)
        public void resetPermittedDnsNames()
      • resetPermittedEmailAddresses

        @Stability(Stable)
        public void resetPermittedEmailAddresses()
      • resetPermittedIpRanges

        @Stability(Stable)
        public void resetPermittedIpRanges()
      • resetPermittedUris

        @Stability(Stable)
        public void resetPermittedUris()
      • getCriticalInput

        @Stability(Stable)
        @Nullable
        public Object getCriticalInput()
      • getExcludedDnsNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExcludedDnsNamesInput()
      • getExcludedEmailAddressesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExcludedEmailAddressesInput()
      • getExcludedIpRangesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExcludedIpRangesInput()
      • getExcludedUrisInput

        @Stability(Stable)
        @Nullable
        public List<String> getExcludedUrisInput()
      • getPermittedDnsNamesInput

        @Stability(Stable)
        @Nullable
        public List<String> getPermittedDnsNamesInput()
      • getPermittedEmailAddressesInput

        @Stability(Stable)
        @Nullable
        public List<String> getPermittedEmailAddressesInput()
      • getPermittedIpRangesInput

        @Stability(Stable)
        @Nullable
        public List<String> getPermittedIpRangesInput()
      • getPermittedUrisInput

        @Stability(Stable)
        @Nullable
        public List<String> getPermittedUrisInput()
      • getCritical

        @Stability(Stable)
        @NotNull
        public Object getCritical()
      • setCritical

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getExcludedDnsNames()
      • setExcludedDnsNames

        @Stability(Stable)
        public void setExcludedDnsNames​(@NotNull
                                        List<String> value)
      • getExcludedEmailAddresses

        @Stability(Stable)
        @NotNull
        public List<String> getExcludedEmailAddresses()
      • setExcludedEmailAddresses

        @Stability(Stable)
        public void setExcludedEmailAddresses​(@NotNull
                                              List<String> value)
      • getExcludedIpRanges

        @Stability(Stable)
        @NotNull
        public List<String> getExcludedIpRanges()
      • setExcludedIpRanges

        @Stability(Stable)
        public void setExcludedIpRanges​(@NotNull
                                        List<String> value)
      • getExcludedUris

        @Stability(Stable)
        @NotNull
        public List<String> getExcludedUris()
      • setExcludedUris

        @Stability(Stable)
        public void setExcludedUris​(@NotNull
                                    List<String> value)
      • getPermittedDnsNames

        @Stability(Stable)
        @NotNull
        public List<String> getPermittedDnsNames()
      • setPermittedDnsNames

        @Stability(Stable)
        public void setPermittedDnsNames​(@NotNull
                                         List<String> value)
      • getPermittedEmailAddresses

        @Stability(Stable)
        @NotNull
        public List<String> getPermittedEmailAddresses()
      • setPermittedEmailAddresses

        @Stability(Stable)
        public void setPermittedEmailAddresses​(@NotNull
                                               List<String> value)
      • getPermittedIpRanges

        @Stability(Stable)
        @NotNull
        public List<String> getPermittedIpRanges()
      • setPermittedIpRanges

        @Stability(Stable)
        public void setPermittedIpRanges​(@NotNull
                                         List<String> value)
      • getPermittedUris

        @Stability(Stable)
        @NotNull
        public List<String> getPermittedUris()
      • setPermittedUris

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