Class DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference
-
- 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.514Z") @Stability(Stable) public class DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference 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 DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference(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
-
DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference
protected DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference
protected DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference(@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
-
putFileSet
@Stability(Stable) public void putFileSet(@NotNull DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet value)- Parameters:
value- This parameter is required.
-
resetBytesLimitPerFile
@Stability(Stable) public void resetBytesLimitPerFile()
-
resetBytesLimitPerFilePercent
@Stability(Stable) public void resetBytesLimitPerFilePercent()
-
resetFilesLimitPercent
@Stability(Stable) public void resetFilesLimitPercent()
-
resetFileTypes
@Stability(Stable) public void resetFileTypes()
-
resetSampleMethod
@Stability(Stable) public void resetSampleMethod()
-
getFileSet
@Stability(Stable) @NotNull public DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetOutputReference getFileSet()
-
getBytesLimitPerFileInput
@Stability(Stable) @Nullable public Number getBytesLimitPerFileInput()
-
getBytesLimitPerFilePercentInput
@Stability(Stable) @Nullable public Number getBytesLimitPerFilePercentInput()
-
getFileSetInput
@Stability(Stable) @Nullable public DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet getFileSetInput()
-
getFilesLimitPercentInput
@Stability(Stable) @Nullable public Number getFilesLimitPercentInput()
-
getSampleMethodInput
@Stability(Stable) @Nullable public String getSampleMethodInput()
-
getBytesLimitPerFile
@Stability(Stable) @NotNull public Number getBytesLimitPerFile()
-
setBytesLimitPerFile
@Stability(Stable) public void setBytesLimitPerFile(@NotNull Number value)
-
getBytesLimitPerFilePercent
@Stability(Stable) @NotNull public Number getBytesLimitPerFilePercent()
-
setBytesLimitPerFilePercent
@Stability(Stable) public void setBytesLimitPerFilePercent(@NotNull Number value)
-
getFilesLimitPercent
@Stability(Stable) @NotNull public Number getFilesLimitPercent()
-
setFilesLimitPercent
@Stability(Stable) public void setFilesLimitPercent(@NotNull Number value)
-
getSampleMethod
@Stability(Stable) @NotNull public String getSampleMethod()
-
setSampleMethod
@Stability(Stable) public void setSampleMethod(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions value)
-
-