Class AcmpcaCertificateAuthorityRevocationConfigurationCrlConfigurationOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.041Z")
    @Stability(Stable)
    public class AcmpcaCertificateAuthorityRevocationConfigurationCrlConfigurationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • AcmpcaCertificateAuthorityRevocationConfigurationCrlConfigurationOutputReference

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

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

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

      • resetCustomCname

        @Stability(Stable)
        public void resetCustomCname()
      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • resetExpirationInDays

        @Stability(Stable)
        public void resetExpirationInDays()
      • resetS3BucketName

        @Stability(Stable)
        public void resetS3BucketName()
      • resetS3ObjectAcl

        @Stability(Stable)
        public void resetS3ObjectAcl()
      • getCustomCnameInput

        @Stability(Stable)
        @Nullable
        public String getCustomCnameInput()
      • getEnabledInput

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

        @Stability(Stable)
        @Nullable
        public Number getExpirationInDaysInput()
      • getS3BucketNameInput

        @Stability(Stable)
        @Nullable
        public String getS3BucketNameInput()
      • getS3ObjectAclInput

        @Stability(Stable)
        @Nullable
        public String getS3ObjectAclInput()
      • getCustomCname

        @Stability(Stable)
        @NotNull
        public String getCustomCname()
      • setCustomCname

        @Stability(Stable)
        public void setCustomCname​(@NotNull
                                   String 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)
      • getExpirationInDays

        @Stability(Stable)
        @NotNull
        public Number getExpirationInDays()
      • setExpirationInDays

        @Stability(Stable)
        public void setExpirationInDays​(@NotNull
                                        Number value)
      • getS3BucketName

        @Stability(Stable)
        @NotNull
        public String getS3BucketName()
      • setS3BucketName

        @Stability(Stable)
        public void setS3BucketName​(@NotNull
                                    String value)
      • getS3ObjectAcl

        @Stability(Stable)
        @NotNull
        public String getS3ObjectAcl()
      • setS3ObjectAcl

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