Class DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference
-
- 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.447Z") @Stability(Stable) public class DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference 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 DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference(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
-
DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference
protected DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference
protected DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference
@Stability(Stable) public DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsOutputReference(@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
-
putCloudStorageConditions
@Stability(Stable) public void putCloudStorageConditions(@NotNull DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsCloudStorageConditions value)- Parameters:
value- This parameter is required.
-
resetCloudStorageConditions
@Stability(Stable) public void resetCloudStorageConditions()
-
resetCreatedAfter
@Stability(Stable) public void resetCreatedAfter()
-
resetMinAge
@Stability(Stable) public void resetMinAge()
-
getCloudStorageConditions
@Stability(Stable) @NotNull public DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsCloudStorageConditionsOutputReference getCloudStorageConditions()
-
getCloudStorageConditionsInput
@Stability(Stable) @Nullable public DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditionsCloudStorageConditions getCloudStorageConditionsInput()
-
getCreatedAfterInput
@Stability(Stable) @Nullable public String getCreatedAfterInput()
-
getMinAgeInput
@Stability(Stable) @Nullable public String getMinAgeInput()
-
getCreatedAfter
@Stability(Stable) @NotNull public String getCreatedAfter()
-
setCreatedAfter
@Stability(Stable) public void setCreatedAfter(@NotNull String value)
-
getMinAge
@Stability(Stable) @NotNull public String getMinAge()
-
setMinAge
@Stability(Stable) public void setMinAge(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataLossPreventionDiscoveryConfigTargetsCloudStorageTargetConditions value)
-
-