Interface PipesPipeTargetParametersRedshiftDataParameters

    • Method Detail

      • getDatabase

        @Stability(Stable)
        @NotNull
        String getDatabase()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#database PipesPipe#database}.
      • getSqls

        @Stability(Stable)
        @NotNull
        List<String> getSqls()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#sqls PipesPipe#sqls}.
      • getDbUser

        @Stability(Stable)
        @Nullable
        default String getDbUser()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#db_user PipesPipe#db_user}.
      • getSecretManagerArn

        @Stability(Stable)
        @Nullable
        default String getSecretManagerArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#secret_manager_arn PipesPipe#secret_manager_arn}.
      • getStatementName

        @Stability(Stable)
        @Nullable
        default String getStatementName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#statement_name PipesPipe#statement_name}.
      • getWithEvent

        @Stability(Stable)
        @Nullable
        default Object getWithEvent()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#with_event PipesPipe#with_event}.