Skip to content

/AWS1/CL_TSIGETDBPARAMGROUPOUT

GetDbParameterGroupOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ID TYPE /AWS1/TSIDBPARAMETERGROUPID00 /AWS1/TSIDBPARAMETERGROUPID00

A service-generated unique identifier.

IV_NAME TYPE /AWS1/TSIDBPARAMETERGROUPNAME /AWS1/TSIDBPARAMETERGROUPNAME

The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

IV_ARN TYPE /AWS1/TSIARN /AWS1/TSIARN

The Amazon Resource Name (ARN) of the DB parameter group.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/TSISTRING /AWS1/TSISTRING

A description of the DB parameter group.

IO_PARAMETERS TYPE REF TO /AWS1/CL_TSIPARAMETERS /AWS1/CL_TSIPARAMETERS

The parameters that comprise the DB parameter group.


Queryable Attributes

id

A service-generated unique identifier.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

name

The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

arn

The Amazon Resource Name (ARN) of the DB parameter group.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

description

A description of the DB parameter group.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

parameters

The parameters that comprise the DB parameter group.

Accessible with the following methods

Method Description
GET_PARAMETERS() Getter for PARAMETERS