Class DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference
-
- 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.495Z") @Stability(Stable) public class DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference 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 DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataLossPreventionJobTriggerInspectJobInspectConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataLossPreventionJobTriggerInspectJobInspectConfigOutputReference(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
-
DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference
protected DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference
protected DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference(@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
-
putCustomInfoTypes
@Stability(Stable) public void putCustomInfoTypes(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putInfoTypes
@Stability(Stable) public void putInfoTypes(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putLimits
@Stability(Stable) public void putLimits(@NotNull DataLossPreventionJobTriggerInspectJobInspectConfigLimits value)- Parameters:
value- This parameter is required.
-
putRuleSet
@Stability(Stable) public void putRuleSet(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetCustomInfoTypes
@Stability(Stable) public void resetCustomInfoTypes()
-
resetExcludeInfoTypes
@Stability(Stable) public void resetExcludeInfoTypes()
-
resetIncludeQuote
@Stability(Stable) public void resetIncludeQuote()
-
resetInfoTypes
@Stability(Stable) public void resetInfoTypes()
-
resetLimits
@Stability(Stable) public void resetLimits()
-
resetMinLikelihood
@Stability(Stable) public void resetMinLikelihood()
-
resetRuleSet
@Stability(Stable) public void resetRuleSet()
-
getCustomInfoTypes
@Stability(Stable) @NotNull public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesList getCustomInfoTypes()
-
getInfoTypes
@Stability(Stable) @NotNull public DataLossPreventionJobTriggerInspectJobInspectConfigInfoTypesList getInfoTypes()
-
getLimits
@Stability(Stable) @NotNull public DataLossPreventionJobTriggerInspectJobInspectConfigLimitsOutputReference getLimits()
-
getRuleSet
@Stability(Stable) @NotNull public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetList getRuleSet()
-
getCustomInfoTypesInput
@Stability(Stable) @Nullable public Object getCustomInfoTypesInput()
-
getExcludeInfoTypesInput
@Stability(Stable) @Nullable public Object getExcludeInfoTypesInput()
-
getIncludeQuoteInput
@Stability(Stable) @Nullable public Object getIncludeQuoteInput()
-
getInfoTypesInput
@Stability(Stable) @Nullable public Object getInfoTypesInput()
-
getLimitsInput
@Stability(Stable) @Nullable public DataLossPreventionJobTriggerInspectJobInspectConfigLimits getLimitsInput()
-
getMinLikelihoodInput
@Stability(Stable) @Nullable public String getMinLikelihoodInput()
-
getRuleSetInput
@Stability(Stable) @Nullable public Object getRuleSetInput()
-
getExcludeInfoTypes
@Stability(Stable) @NotNull public Object getExcludeInfoTypes()
-
setExcludeInfoTypes
@Stability(Stable) public void setExcludeInfoTypes(@NotNull Boolean value)
-
setExcludeInfoTypes
@Stability(Stable) public void setExcludeInfoTypes(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getIncludeQuote
@Stability(Stable) @NotNull public Object getIncludeQuote()
-
setIncludeQuote
@Stability(Stable) public void setIncludeQuote(@NotNull Boolean value)
-
setIncludeQuote
@Stability(Stable) public void setIncludeQuote(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMinLikelihood
@Stability(Stable) @NotNull public String getMinLikelihood()
-
setMinLikelihood
@Stability(Stable) public void setMinLikelihood(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataLossPreventionJobTriggerInspectJobInspectConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataLossPreventionJobTriggerInspectJobInspectConfig value)
-
-