Class PipesPipeTargetParametersRedshiftDataParametersOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.pipes_pipe.PipesPipeTargetParametersRedshiftDataParametersOutputReference
-
- 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:54.449Z") @Stability(Stable) public class PipesPipeTargetParametersRedshiftDataParametersOutputReference 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 PipesPipeTargetParametersRedshiftDataParametersOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedPipesPipeTargetParametersRedshiftDataParametersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPipesPipeTargetParametersRedshiftDataParametersOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabase()StringgetDatabaseInput()StringgetDbUser()StringgetDbUserInput()PipesPipeTargetParametersRedshiftDataParametersgetInternalValue()StringgetSecretManagerArn()StringgetSecretManagerArnInput()List<String>getSqls()List<String>getSqlsInput()StringgetStatementName()StringgetStatementNameInput()ObjectgetWithEvent()ObjectgetWithEventInput()voidresetDbUser()voidresetSecretManagerArn()voidresetStatementName()voidresetWithEvent()voidsetDatabase(String value)voidsetDbUser(String value)voidsetInternalValue(PipesPipeTargetParametersRedshiftDataParameters value)voidsetSecretManagerArn(String value)voidsetSqls(List<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
-
PipesPipeTargetParametersRedshiftDataParametersOutputReference
protected PipesPipeTargetParametersRedshiftDataParametersOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
PipesPipeTargetParametersRedshiftDataParametersOutputReference
protected PipesPipeTargetParametersRedshiftDataParametersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PipesPipeTargetParametersRedshiftDataParametersOutputReference
@Stability(Stable) public PipesPipeTargetParametersRedshiftDataParametersOutputReference(@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()
-
resetSecretManagerArn
@Stability(Stable) public void resetSecretManagerArn()
-
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()
-
getSecretManagerArnInput
@Stability(Stable) @Nullable public String getSecretManagerArnInput()
-
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)
-
getSecretManagerArn
@Stability(Stable) @NotNull public String getSecretManagerArn()
-
setSecretManagerArn
@Stability(Stable) public void setSecretManagerArn(@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 PipesPipeTargetParametersRedshiftDataParameters getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable PipesPipeTargetParametersRedshiftDataParameters value)
-
-