Class DataplexZoneDiscoverySpecOutputReference

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

      • DataplexZoneDiscoverySpecOutputReference

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

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

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

      • resetCsvOptions

        @Stability(Stable)
        public void resetCsvOptions()
      • resetExcludePatterns

        @Stability(Stable)
        public void resetExcludePatterns()
      • resetIncludePatterns

        @Stability(Stable)
        public void resetIncludePatterns()
      • resetJsonOptions

        @Stability(Stable)
        public void resetJsonOptions()
      • resetSchedule

        @Stability(Stable)
        public void resetSchedule()
      • getEnabledInput

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

        @Stability(Stable)
        @Nullable
        public List<String> getExcludePatternsInput()
      • getIncludePatternsInput

        @Stability(Stable)
        @Nullable
        public List<String> getIncludePatternsInput()
      • getScheduleInput

        @Stability(Stable)
        @Nullable
        public String getScheduleInput()
      • 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)
      • getExcludePatterns

        @Stability(Stable)
        @NotNull
        public List<String> getExcludePatterns()
      • setExcludePatterns

        @Stability(Stable)
        public void setExcludePatterns​(@NotNull
                                       List<String> value)
      • getIncludePatterns

        @Stability(Stable)
        @NotNull
        public List<String> getIncludePatterns()
      • setIncludePatterns

        @Stability(Stable)
        public void setIncludePatterns​(@NotNull
                                       List<String> value)
      • getSchedule

        @Stability(Stable)
        @NotNull
        public String getSchedule()
      • setSchedule

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