Class DataplexAssetDiscoverySpecOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataplex_asset.DataplexAssetDiscoverySpecOutputReference
-
- 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 DataplexAssetDiscoverySpecOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description DataplexAssetDiscoverySpecOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataplexAssetDiscoverySpecOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataplexAssetDiscoverySpecOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
DataplexAssetDiscoverySpecOutputReference
protected DataplexAssetDiscoverySpecOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataplexAssetDiscoverySpecOutputReference
protected DataplexAssetDiscoverySpecOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataplexAssetDiscoverySpecOutputReference
@Stability(Stable) public DataplexAssetDiscoverySpecOutputReference(@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
-
putCsvOptions
@Stability(Stable) public void putCsvOptions(@NotNull DataplexAssetDiscoverySpecCsvOptions value)- Parameters:
value- This parameter is required.
-
putJsonOptions
@Stability(Stable) public void putJsonOptions(@NotNull DataplexAssetDiscoverySpecJsonOptions value)- Parameters:
value- This parameter is required.
-
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()
-
getCsvOptions
@Stability(Stable) @NotNull public DataplexAssetDiscoverySpecCsvOptionsOutputReference getCsvOptions()
-
getJsonOptions
@Stability(Stable) @NotNull public DataplexAssetDiscoverySpecJsonOptionsOutputReference getJsonOptions()
-
getCsvOptionsInput
@Stability(Stable) @Nullable public DataplexAssetDiscoverySpecCsvOptions getCsvOptionsInput()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getJsonOptionsInput
@Stability(Stable) @Nullable public DataplexAssetDiscoverySpecJsonOptions getJsonOptionsInput()
-
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)
-
getSchedule
@Stability(Stable) @NotNull public String getSchedule()
-
setSchedule
@Stability(Stable) public void setSchedule(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataplexAssetDiscoverySpec getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataplexAssetDiscoverySpec value)
-
-