Class CloudwatchEventTargetRedshiftTargetOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.cloudwatch_event_target.CloudwatchEventTargetRedshiftTargetOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.988Z") @Stability(Stable) public class CloudwatchEventTargetRedshiftTargetOutputReference 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 CloudwatchEventTargetRedshiftTargetOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudwatchEventTargetRedshiftTargetOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudwatchEventTargetRedshiftTargetOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabase()StringgetDatabaseInput()StringgetDbUser()StringgetDbUserInput()CloudwatchEventTargetRedshiftTargetgetInternalValue()StringgetSecretsManagerArn()StringgetSecretsManagerArnInput()StringgetSql()StringgetSqlInput()StringgetStatementName()StringgetStatementNameInput()ObjectgetWithEvent()ObjectgetWithEventInput()voidresetDbUser()voidresetSecretsManagerArn()voidresetSql()voidresetStatementName()voidresetWithEvent()voidsetDatabase(String value)voidsetDbUser(String value)voidsetInternalValue(CloudwatchEventTargetRedshiftTarget value)voidsetSecretsManagerArn(String value)voidsetSql(String value)voidsetStatementName(String value)voidsetWithEvent(com.hashicorp.cdktf.IResolvable value)voidsetWithEvent(Boolean value)-
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
-
CloudwatchEventTargetRedshiftTargetOutputReference
protected CloudwatchEventTargetRedshiftTargetOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudwatchEventTargetRedshiftTargetOutputReference
protected CloudwatchEventTargetRedshiftTargetOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudwatchEventTargetRedshiftTargetOutputReference
@Stability(Stable) public CloudwatchEventTargetRedshiftTargetOutputReference(@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
-
resetDbUser
@Stability(Stable) public void resetDbUser()
-
resetSecretsManagerArn
@Stability(Stable) public void resetSecretsManagerArn()
-
resetSql
@Stability(Stable) public void resetSql()
-
resetStatementName
@Stability(Stable) public void resetStatementName()
-
resetWithEvent
@Stability(Stable) public void resetWithEvent()
-
getDatabaseInput
@Stability(Stable) @Nullable public String getDatabaseInput()
-
getDbUserInput
@Stability(Stable) @Nullable public String getDbUserInput()
-
getSecretsManagerArnInput
@Stability(Stable) @Nullable public String getSecretsManagerArnInput()
-
getSqlInput
@Stability(Stable) @Nullable public String getSqlInput()
-
getStatementNameInput
@Stability(Stable) @Nullable public String getStatementNameInput()
-
getWithEventInput
@Stability(Stable) @Nullable public Object getWithEventInput()
-
getDatabase
@Stability(Stable) @NotNull public String getDatabase()
-
setDatabase
@Stability(Stable) public void setDatabase(@NotNull String value)
-
getDbUser
@Stability(Stable) @NotNull public String getDbUser()
-
setDbUser
@Stability(Stable) public void setDbUser(@NotNull String value)
-
getSecretsManagerArn
@Stability(Stable) @NotNull public String getSecretsManagerArn()
-
setSecretsManagerArn
@Stability(Stable) public void setSecretsManagerArn(@NotNull String value)
-
getSql
@Stability(Stable) @NotNull public String getSql()
-
setSql
@Stability(Stable) public void setSql(@NotNull String value)
-
getStatementName
@Stability(Stable) @NotNull public String getStatementName()
-
setStatementName
@Stability(Stable) public void setStatementName(@NotNull String value)
-
getWithEvent
@Stability(Stable) @NotNull public Object getWithEvent()
-
setWithEvent
@Stability(Stable) public void setWithEvent(@NotNull Boolean value)
-
setWithEvent
@Stability(Stable) public void setWithEvent(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public CloudwatchEventTargetRedshiftTarget getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudwatchEventTargetRedshiftTarget value)
-
-