Class DataLossPreventionJobTriggerInspectJobOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobOutputReference
-
- 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.509Z") @Stability(Stable) public class DataLossPreventionJobTriggerInspectJobOutputReference 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 DataLossPreventionJobTriggerInspectJobOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataLossPreventionJobTriggerInspectJobOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataLossPreventionJobTriggerInspectJobOutputReference(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
-
DataLossPreventionJobTriggerInspectJobOutputReference
protected DataLossPreventionJobTriggerInspectJobOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataLossPreventionJobTriggerInspectJobOutputReference
protected DataLossPreventionJobTriggerInspectJobOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataLossPreventionJobTriggerInspectJobOutputReference
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobOutputReference(@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
-
putActions
@Stability(Stable) public void putActions(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putInspectConfig
@Stability(Stable) public void putInspectConfig(@NotNull DataLossPreventionJobTriggerInspectJobInspectConfig value)- Parameters:
value- This parameter is required.
-
putStorageConfig
@Stability(Stable) public void putStorageConfig(@NotNull DataLossPreventionJobTriggerInspectJobStorageConfig value)- Parameters:
value- This parameter is required.
-
resetActions
@Stability(Stable) public void resetActions()
-
resetInspectConfig
@Stability(Stable) public void resetInspectConfig()
-
resetInspectTemplateName
@Stability(Stable) public void resetInspectTemplateName()
-
getActions
@Stability(Stable) @NotNull public DataLossPreventionJobTriggerInspectJobActionsList getActions()
-
getInspectConfig
@Stability(Stable) @NotNull public DataLossPreventionJobTriggerInspectJobInspectConfigOutputReference getInspectConfig()
-
getStorageConfig
@Stability(Stable) @NotNull public DataLossPreventionJobTriggerInspectJobStorageConfigOutputReference getStorageConfig()
-
getActionsInput
@Stability(Stable) @Nullable public Object getActionsInput()
-
getInspectConfigInput
@Stability(Stable) @Nullable public DataLossPreventionJobTriggerInspectJobInspectConfig getInspectConfigInput()
-
getInspectTemplateNameInput
@Stability(Stable) @Nullable public String getInspectTemplateNameInput()
-
getStorageConfigInput
@Stability(Stable) @Nullable public DataLossPreventionJobTriggerInspectJobStorageConfig getStorageConfigInput()
-
getInspectTemplateName
@Stability(Stable) @NotNull public String getInspectTemplateName()
-
setInspectTemplateName
@Stability(Stable) public void setInspectTemplateName(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataLossPreventionJobTriggerInspectJob getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataLossPreventionJobTriggerInspectJob value)
-
-