Class DocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptionsOutputReference

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

      • DocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptionsOutputReference

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

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

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

      • resetValidationCheckDisabled

        @Stability(Stable)
        public void resetValidationCheckDisabled()
      • getPossibleValuesInput

        @Stability(Stable)
        @Nullable
        public List<String> getPossibleValuesInput()
      • getValidationCheckDisabledInput

        @Stability(Stable)
        @Nullable
        public Object getValidationCheckDisabledInput()
      • getPossibleValues

        @Stability(Stable)
        @NotNull
        public List<String> getPossibleValues()
      • setPossibleValues

        @Stability(Stable)
        public void setPossibleValues​(@NotNull
                                      List<String> value)
      • getValidationCheckDisabled

        @Stability(Stable)
        @NotNull
        public Object getValidationCheckDisabled()
      • setValidationCheckDisabled

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

        @Stability(Stable)
        public void setValidationCheckDisabled​(@NotNull
                                               com.hashicorp.cdktf.IResolvable value)