Class DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference
-
- 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.869Z") @Stability(Stable) public class DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference 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 DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference(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
-
DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference
protected DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference
protected DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference
@Stability(Stable) public DatastreamStreamDestinationConfigBigqueryDestinationConfigOutputReference(@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
-
putAppendOnly
@Stability(Stable) public void putAppendOnly(@NotNull DatastreamStreamDestinationConfigBigqueryDestinationConfigAppendOnly value)- Parameters:
value- This parameter is required.
-
putMerge
@Stability(Stable) public void putMerge(@NotNull DatastreamStreamDestinationConfigBigqueryDestinationConfigMerge value)- Parameters:
value- This parameter is required.
-
putSingleTargetDataset
@Stability(Stable) public void putSingleTargetDataset(@NotNull DatastreamStreamDestinationConfigBigqueryDestinationConfigSingleTargetDataset value)- Parameters:
value- This parameter is required.
-
putSourceHierarchyDatasets
@Stability(Stable) public void putSourceHierarchyDatasets(@NotNull DatastreamStreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasets value)- Parameters:
value- This parameter is required.
-
resetAppendOnly
@Stability(Stable) public void resetAppendOnly()
-
resetDataFreshness
@Stability(Stable) public void resetDataFreshness()
-
resetMerge
@Stability(Stable) public void resetMerge()
-
resetSingleTargetDataset
@Stability(Stable) public void resetSingleTargetDataset()
-
resetSourceHierarchyDatasets
@Stability(Stable) public void resetSourceHierarchyDatasets()
-
getAppendOnly
@Stability(Stable) @NotNull public DatastreamStreamDestinationConfigBigqueryDestinationConfigAppendOnlyOutputReference getAppendOnly()
-
getMerge
@Stability(Stable) @NotNull public DatastreamStreamDestinationConfigBigqueryDestinationConfigMergeOutputReference getMerge()
-
getSingleTargetDataset
@Stability(Stable) @NotNull public DatastreamStreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetOutputReference getSingleTargetDataset()
-
getSourceHierarchyDatasets
@Stability(Stable) @NotNull public DatastreamStreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsOutputReference getSourceHierarchyDatasets()
-
getAppendOnlyInput
@Stability(Stable) @Nullable public DatastreamStreamDestinationConfigBigqueryDestinationConfigAppendOnly getAppendOnlyInput()
-
getDataFreshnessInput
@Stability(Stable) @Nullable public String getDataFreshnessInput()
-
getMergeInput
@Stability(Stable) @Nullable public DatastreamStreamDestinationConfigBigqueryDestinationConfigMerge getMergeInput()
-
getSingleTargetDatasetInput
@Stability(Stable) @Nullable public DatastreamStreamDestinationConfigBigqueryDestinationConfigSingleTargetDataset getSingleTargetDatasetInput()
-
getSourceHierarchyDatasetsInput
@Stability(Stable) @Nullable public DatastreamStreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasets getSourceHierarchyDatasetsInput()
-
getDataFreshness
@Stability(Stable) @NotNull public String getDataFreshness()
-
setDataFreshness
@Stability(Stable) public void setDataFreshness(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DatastreamStreamDestinationConfigBigqueryDestinationConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DatastreamStreamDestinationConfigBigqueryDestinationConfig value)
-
-