amazonka-redshift-serverless-2.0: Amazon Redshift Serverless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.RedshiftServerLess.Types.ConfigParameter

Description

 
Synopsis

Documentation

data ConfigParameter Source #

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

See: newConfigParameter smart constructor.

Constructors

ConfigParameter' 

Fields

  • parameterKey :: Maybe Text

    The key of the parameter. The options are datestyle, enable_user_activity_logging, query_group, search_path, and max_query_execution_time.

  • parameterValue :: Maybe Text

    The value of the parameter to set.

Instances

Instances details
FromJSON ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

ToJSON ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

Generic ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

Associated Types

type Rep ConfigParameter :: Type -> Type #

Read ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

Show ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

NFData ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

Methods

rnf :: ConfigParameter -> () #

Eq ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

Hashable ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

type Rep ConfigParameter Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.ConfigParameter

type Rep ConfigParameter = D1 ('MetaData "ConfigParameter" "Amazonka.RedshiftServerLess.Types.ConfigParameter" "amazonka-redshift-serverless-2.0-ApuSN33KEWs53jvwyBa3sl" 'False) (C1 ('MetaCons "ConfigParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newConfigParameter :: ConfigParameter Source #

Create a value of ConfigParameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterKey:ConfigParameter', configParameter_parameterKey - The key of the parameter. The options are datestyle, enable_user_activity_logging, query_group, search_path, and max_query_execution_time.

$sel:parameterValue:ConfigParameter', configParameter_parameterValue - The value of the parameter to set.

configParameter_parameterKey :: Lens' ConfigParameter (Maybe Text) Source #

The key of the parameter. The options are datestyle, enable_user_activity_logging, query_group, search_path, and max_query_execution_time.

configParameter_parameterValue :: Lens' ConfigParameter (Maybe Text) Source #

The value of the parameter to set.