Class DataplexAssetDiscoverySpecJsonOptionsOutputReference

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

      • DataplexAssetDiscoverySpecJsonOptionsOutputReference

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

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

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

      • resetDisableTypeInference

        @Stability(Stable)
        public void resetDisableTypeInference()
      • resetEncoding

        @Stability(Stable)
        public void resetEncoding()
      • getDisableTypeInferenceInput

        @Stability(Stable)
        @Nullable
        public Object getDisableTypeInferenceInput()
      • getEncodingInput

        @Stability(Stable)
        @Nullable
        public String getEncodingInput()
      • getDisableTypeInference

        @Stability(Stable)
        @NotNull
        public Object getDisableTypeInference()
      • setDisableTypeInference

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

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

        @Stability(Stable)
        @NotNull
        public String getEncoding()
      • setEncoding

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