Class SqlDatabaseInstanceReplicaConfigurationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.sql_database_instance.SqlDatabaseInstanceReplicaConfigurationOutputReference
-
- 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:22.777Z") @Stability(Stable) public class SqlDatabaseInstanceReplicaConfigurationOutputReference 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 SqlDatabaseInstanceReplicaConfigurationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSqlDatabaseInstanceReplicaConfigurationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSqlDatabaseInstanceReplicaConfigurationOutputReference(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
-
SqlDatabaseInstanceReplicaConfigurationOutputReference
protected SqlDatabaseInstanceReplicaConfigurationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
SqlDatabaseInstanceReplicaConfigurationOutputReference
protected SqlDatabaseInstanceReplicaConfigurationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SqlDatabaseInstanceReplicaConfigurationOutputReference
@Stability(Stable) public SqlDatabaseInstanceReplicaConfigurationOutputReference(@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
-
resetCaCertificate
@Stability(Stable) public void resetCaCertificate()
-
resetClientCertificate
@Stability(Stable) public void resetClientCertificate()
-
resetClientKey
@Stability(Stable) public void resetClientKey()
-
resetConnectRetryInterval
@Stability(Stable) public void resetConnectRetryInterval()
-
resetDumpFilePath
@Stability(Stable) public void resetDumpFilePath()
-
resetFailoverTarget
@Stability(Stable) public void resetFailoverTarget()
-
resetMasterHeartbeatPeriod
@Stability(Stable) public void resetMasterHeartbeatPeriod()
-
resetPassword
@Stability(Stable) public void resetPassword()
-
resetSslCipher
@Stability(Stable) public void resetSslCipher()
-
resetUsername
@Stability(Stable) public void resetUsername()
-
resetVerifyServerCertificate
@Stability(Stable) public void resetVerifyServerCertificate()
-
getCaCertificateInput
@Stability(Stable) @Nullable public String getCaCertificateInput()
-
getClientCertificateInput
@Stability(Stable) @Nullable public String getClientCertificateInput()
-
getClientKeyInput
@Stability(Stable) @Nullable public String getClientKeyInput()
-
getConnectRetryIntervalInput
@Stability(Stable) @Nullable public Number getConnectRetryIntervalInput()
-
getDumpFilePathInput
@Stability(Stable) @Nullable public String getDumpFilePathInput()
-
getFailoverTargetInput
@Stability(Stable) @Nullable public Object getFailoverTargetInput()
-
getMasterHeartbeatPeriodInput
@Stability(Stable) @Nullable public Number getMasterHeartbeatPeriodInput()
-
getPasswordInput
@Stability(Stable) @Nullable public String getPasswordInput()
-
getSslCipherInput
@Stability(Stable) @Nullable public String getSslCipherInput()
-
getUsernameInput
@Stability(Stable) @Nullable public String getUsernameInput()
-
getVerifyServerCertificateInput
@Stability(Stable) @Nullable public Object getVerifyServerCertificateInput()
-
getCaCertificate
@Stability(Stable) @NotNull public String getCaCertificate()
-
setCaCertificate
@Stability(Stable) public void setCaCertificate(@NotNull String value)
-
getClientCertificate
@Stability(Stable) @NotNull public String getClientCertificate()
-
setClientCertificate
@Stability(Stable) public void setClientCertificate(@NotNull String value)
-
getClientKey
@Stability(Stable) @NotNull public String getClientKey()
-
setClientKey
@Stability(Stable) public void setClientKey(@NotNull String value)
-
getConnectRetryInterval
@Stability(Stable) @NotNull public Number getConnectRetryInterval()
-
setConnectRetryInterval
@Stability(Stable) public void setConnectRetryInterval(@NotNull Number value)
-
getDumpFilePath
@Stability(Stable) @NotNull public String getDumpFilePath()
-
setDumpFilePath
@Stability(Stable) public void setDumpFilePath(@NotNull String value)
-
getFailoverTarget
@Stability(Stable) @NotNull public Object getFailoverTarget()
-
setFailoverTarget
@Stability(Stable) public void setFailoverTarget(@NotNull Boolean value)
-
setFailoverTarget
@Stability(Stable) public void setFailoverTarget(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMasterHeartbeatPeriod
@Stability(Stable) @NotNull public Number getMasterHeartbeatPeriod()
-
setMasterHeartbeatPeriod
@Stability(Stable) public void setMasterHeartbeatPeriod(@NotNull Number value)
-
getPassword
@Stability(Stable) @NotNull public String getPassword()
-
setPassword
@Stability(Stable) public void setPassword(@NotNull String value)
-
getSslCipher
@Stability(Stable) @NotNull public String getSslCipher()
-
setSslCipher
@Stability(Stable) public void setSslCipher(@NotNull String value)
-
getUsername
@Stability(Stable) @NotNull public String getUsername()
-
setUsername
@Stability(Stable) public void setUsername(@NotNull String value)
-
getVerifyServerCertificate
@Stability(Stable) @NotNull public Object getVerifyServerCertificate()
-
setVerifyServerCertificate
@Stability(Stable) public void setVerifyServerCertificate(@NotNull Boolean value)
-
setVerifyServerCertificate
@Stability(Stable) public void setVerifyServerCertificate(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public SqlDatabaseInstanceReplicaConfiguration getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SqlDatabaseInstanceReplicaConfiguration value)
-
-