Class DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference
-
- 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.432Z") @Stability(Stable) public class DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference 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 DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference(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
-
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference
protected DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference
protected DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference
@Stability(Stable) public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOutputReference(@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
-
putOrConditions
@Stability(Stable) public void putOrConditions(@NotNull DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions value)- Parameters:
value- This parameter is required.
-
putTypes
@Stability(Stable) public void putTypes(@NotNull DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsTypes value)- Parameters:
value- This parameter is required.
-
resetCreatedAfter
@Stability(Stable) public void resetCreatedAfter()
-
resetOrConditions
@Stability(Stable) public void resetOrConditions()
-
resetTypeCollection
@Stability(Stable) public void resetTypeCollection()
-
resetTypes
@Stability(Stable) public void resetTypes()
-
getOrConditions
@Stability(Stable) @NotNull public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditionsOutputReference getOrConditions()
-
getTypes
@Stability(Stable) @NotNull public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsTypesOutputReference getTypes()
-
getCreatedAfterInput
@Stability(Stable) @Nullable public String getCreatedAfterInput()
-
getOrConditionsInput
@Stability(Stable) @Nullable public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions getOrConditionsInput()
-
getTypeCollectionInput
@Stability(Stable) @Nullable public String getTypeCollectionInput()
-
getTypesInput
@Stability(Stable) @Nullable public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsTypes getTypesInput()
-
getCreatedAfter
@Stability(Stable) @NotNull public String getCreatedAfter()
-
setCreatedAfter
@Stability(Stable) public void setCreatedAfter(@NotNull String value)
-
getTypeCollection
@Stability(Stable) @NotNull public String getTypeCollection()
-
setTypeCollection
@Stability(Stable) public void setTypeCollection(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditions value)
-
-