Skip to content

/AWS1/CL_RSSCONFIGPARAMETER

An array of key-value pairs to set for advanced control over Amazon Redshift Serverless.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_parameterkey TYPE /AWS1/RSSPARAMETERKEY /AWS1/RSSPARAMETERKEY

The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and either wlm_json_configuration or query monitoring metrics that let you define performance boundaries. You can either specify individual query monitoring metrics (such as max_scan_row_count, max_query_execution_time) or use wlm_json_configuration to define query queues with rules, but not both. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.

iv_parametervalue TYPE /AWS1/RSSPARAMETERVALUE /AWS1/RSSPARAMETERVALUE

The value of the parameter to set.


Queryable Attributes

parameterKey

The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and either wlm_json_configuration or query monitoring metrics that let you define performance boundaries. You can either specify individual query monitoring metrics (such as max_scan_row_count, max_query_execution_time) or use wlm_json_configuration to define query queues with rules, but not both. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.

Accessible with the following methods

Method Description
GET_PARAMETERKEY() Getter for PARAMETERKEY, with configurable default
ASK_PARAMETERKEY() Getter for PARAMETERKEY w/ exceptions if field has no value
HAS_PARAMETERKEY() Determine if PARAMETERKEY has a value

parameterValue

The value of the parameter to set.

Accessible with the following methods

Method Description
GET_PARAMETERVALUE() Getter for PARAMETERVALUE, with configurable default
ASK_PARAMETERVALUE() Getter for PARAMETERVALUE w/ exceptions if field has no valu
HAS_PARAMETERVALUE() Determine if PARAMETERVALUE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CONFIGPARAMETERLIST

TYPES TT_CONFIGPARAMETERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSSCONFIGPARAMETER WITH DEFAULT KEY
.