Class AlloydbClusterAutomatedBackupPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.alloydb_cluster.AlloydbClusterAutomatedBackupPolicyOutputReference
-
- 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:17.281Z") @Stability(Stable) public class AlloydbClusterAutomatedBackupPolicyOutputReference 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 AlloydbClusterAutomatedBackupPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAlloydbClusterAutomatedBackupPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAlloydbClusterAutomatedBackupPolicyOutputReference(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
-
AlloydbClusterAutomatedBackupPolicyOutputReference
protected AlloydbClusterAutomatedBackupPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AlloydbClusterAutomatedBackupPolicyOutputReference
protected AlloydbClusterAutomatedBackupPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AlloydbClusterAutomatedBackupPolicyOutputReference
@Stability(Stable) public AlloydbClusterAutomatedBackupPolicyOutputReference(@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
-
putEncryptionConfig
@Stability(Stable) public void putEncryptionConfig(@NotNull AlloydbClusterAutomatedBackupPolicyEncryptionConfig value)- Parameters:
value- This parameter is required.
-
putQuantityBasedRetention
@Stability(Stable) public void putQuantityBasedRetention(@NotNull AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention value)- Parameters:
value- This parameter is required.
-
putTimeBasedRetention
@Stability(Stable) public void putTimeBasedRetention(@NotNull AlloydbClusterAutomatedBackupPolicyTimeBasedRetention value)- Parameters:
value- This parameter is required.
-
putWeeklySchedule
@Stability(Stable) public void putWeeklySchedule(@NotNull AlloydbClusterAutomatedBackupPolicyWeeklySchedule value)- Parameters:
value- This parameter is required.
-
resetBackupWindow
@Stability(Stable) public void resetBackupWindow()
-
resetEnabled
@Stability(Stable) public void resetEnabled()
-
resetEncryptionConfig
@Stability(Stable) public void resetEncryptionConfig()
-
resetLabels
@Stability(Stable) public void resetLabels()
-
resetLocation
@Stability(Stable) public void resetLocation()
-
resetQuantityBasedRetention
@Stability(Stable) public void resetQuantityBasedRetention()
-
resetTimeBasedRetention
@Stability(Stable) public void resetTimeBasedRetention()
-
resetWeeklySchedule
@Stability(Stable) public void resetWeeklySchedule()
-
getEncryptionConfig
@Stability(Stable) @NotNull public AlloydbClusterAutomatedBackupPolicyEncryptionConfigOutputReference getEncryptionConfig()
-
getQuantityBasedRetention
@Stability(Stable) @NotNull public AlloydbClusterAutomatedBackupPolicyQuantityBasedRetentionOutputReference getQuantityBasedRetention()
-
getTimeBasedRetention
@Stability(Stable) @NotNull public AlloydbClusterAutomatedBackupPolicyTimeBasedRetentionOutputReference getTimeBasedRetention()
-
getWeeklySchedule
@Stability(Stable) @NotNull public AlloydbClusterAutomatedBackupPolicyWeeklyScheduleOutputReference getWeeklySchedule()
-
getBackupWindowInput
@Stability(Stable) @Nullable public String getBackupWindowInput()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getEncryptionConfigInput
@Stability(Stable) @Nullable public AlloydbClusterAutomatedBackupPolicyEncryptionConfig getEncryptionConfigInput()
-
getLocationInput
@Stability(Stable) @Nullable public String getLocationInput()
-
getQuantityBasedRetentionInput
@Stability(Stable) @Nullable public AlloydbClusterAutomatedBackupPolicyQuantityBasedRetention getQuantityBasedRetentionInput()
-
getTimeBasedRetentionInput
@Stability(Stable) @Nullable public AlloydbClusterAutomatedBackupPolicyTimeBasedRetention getTimeBasedRetentionInput()
-
getWeeklyScheduleInput
@Stability(Stable) @Nullable public AlloydbClusterAutomatedBackupPolicyWeeklySchedule getWeeklyScheduleInput()
-
getBackupWindow
@Stability(Stable) @NotNull public String getBackupWindow()
-
setBackupWindow
@Stability(Stable) public void setBackupWindow(@NotNull String value)
-
getEnabled
@Stability(Stable) @NotNull public Object getEnabled()
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull Boolean value)
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getLocation
@Stability(Stable) @NotNull public String getLocation()
-
setLocation
@Stability(Stable) public void setLocation(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AlloydbClusterAutomatedBackupPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AlloydbClusterAutomatedBackupPolicy value)
-
-