Interface RedshiftData2Constants


public interface RedshiftData2Constants
  • Field Details

    • OPERATION

      @Metadata(description="The operation we want to perform", javaType="String") static final String OPERATION
      See Also:
    • CLUSTER_IDENTIFIER

      @Metadata(description="The cluster identifier.", javaType="String") static final String CLUSTER_IDENTIFIER
      See Also:
    • SECRET_ARN

      @Metadata(description="The name or ARN of the secret that enables access to the database.", javaType="String") static final String SECRET_ARN
      See Also:
    • DATABASE

      @Metadata(description="The name of the database.", javaType="String") static final String DATABASE
      See Also:
    • WORKGROUP_NAME

      @Metadata(description="The serverless workgroup name or Amazon Resource Name (ARN).", javaType="String") static final String WORKGROUP_NAME
      See Also:
    • LIST_DATABASES_MAX_RESULTS

      @Metadata(description="The maximum number of databases to return in the response.", javaType="Integer") static final String LIST_DATABASES_MAX_RESULTS
      See Also:
    • DB_USER

      @Metadata(description="The database user name.", javaType="String") static final String DB_USER
      See Also:
    • CONNECTED_DATABASE

      @Metadata(description="A database name.", javaType="String") static final String CONNECTED_DATABASE
      See Also:
    • SCHEMA_PATTERN

      @Metadata(description="A pattern to filter results by schema name.", javaType="String") static final String SCHEMA_PATTERN
      See Also:
    • LIST_SCHEMAS_MAX_RESULTS

      @Metadata(description="The maximum number of schemas to return in the response.", javaType="Integer") static final String LIST_SCHEMAS_MAX_RESULTS
      See Also:
    • LIST_STATEMENTS_MAX_RESULTS

      @Metadata(description="The maximum number of SQL statements to return in the response.", javaType="Integer") static final String LIST_STATEMENTS_MAX_RESULTS
      See Also:
    • STATEMENT_NAME

      @Metadata(description="The name of the SQL statement specified as input to BatchExecuteStatement or ExecuteStatement to identify the query.", javaType="String") static final String STATEMENT_NAME
      See Also:
    • STATUS

      @Metadata(description="The status of the SQL statement to list.", javaType="String") static final String STATUS
      See Also:
    • ROLE_LEVEL

      @Metadata(description="A value that filters which statements to return in the response.", javaType="Boolean") static final String ROLE_LEVEL
      See Also:
    • LIST_TABLES_MAX_RESULTS

      @Metadata(description="The maximum number of tables to return in the response.", javaType="Integer") static final String LIST_TABLES_MAX_RESULTS
      See Also:
    • TABLE_PATTERN

      @Metadata(description="A pattern to filter results by table name.", javaType="String") static final String TABLE_PATTERN
      See Also:
    • TABLE

      @Metadata(description="The name of the table.", javaType="String") static final String TABLE
      See Also:
    • SCHEMA

      @Metadata(description="The schema that contains the table.", javaType="String") static final String SCHEMA
      See Also:
    • DESCRIBE_TABLE_MAX_RESULTS

      @Metadata(description="The maximum number of tables to return in the response.", javaType="Integer") static final String DESCRIBE_TABLE_MAX_RESULTS
      See Also:
    • STATEMENT_ID

      @Metadata(description="ID of the statement", javaType="String") static final String STATEMENT_ID
      See Also:
    • WITH_EVENT

      @Metadata(description="A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statement runs.", javaType="Boolean") static final String WITH_EVENT
      See Also:
    • CLIENT_TOKEN

      @Metadata(description="A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.", javaType="String") static final String CLIENT_TOKEN
      See Also:
    • SQL_STATEMENT

      @Metadata(description="The SQL statement text to run.", javaType="String") static final String SQL_STATEMENT
      See Also:
    • SQL_PARAMETER_LIST

      @Metadata(description="The parameters for the SQL statement.", javaType="List<SqlParameterList>") static final String SQL_PARAMETER_LIST
      See Also:
    • SQL_STATEMENT_LIST

      @Metadata(description="The List of SQL statements text to run.", javaType="List") static final String SQL_STATEMENT_LIST
      See Also: