Class 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
    • 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()
      • getSqlsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSqlsInput()
      • 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)
      • getSqls

        @Stability(Stable)
        @NotNull
        public List<String> getSqls()
      • setSqls

        @Stability(Stable)
        public void setSqls​(@NotNull
                            List<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)