Skip to content

/AWS1/CL_BDAREDPROVAUTHCONF

Contains configurations for authentication to an Amazon Redshift provisioned data warehouse. Specify the type of authentication to use in the type field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/BDAREDSHIFTPROVAUTHTYPE /AWS1/BDAREDSHIFTPROVAUTHTYPE

The type of authentication to use.

Optional arguments:

iv_databaseuser TYPE /AWS1/BDASTRING /AWS1/BDASTRING

The database username for authentication to an Amazon Redshift provisioned data warehouse.

iv_usernamepasswordsecretarn TYPE /AWS1/BDASECRETARN /AWS1/BDASECRETARN

The ARN of an Secrets Manager secret for authentication.


Queryable Attributes

type

The type of authentication to use.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

databaseUser

The database username for authentication to an Amazon Redshift provisioned data warehouse.

Accessible with the following methods

Method Description
GET_DATABASEUSER() Getter for DATABASEUSER, with configurable default
ASK_DATABASEUSER() Getter for DATABASEUSER w/ exceptions if field has no value
HAS_DATABASEUSER() Determine if DATABASEUSER has a value

usernamePasswordSecretArn

The ARN of an Secrets Manager secret for authentication.

Accessible with the following methods

Method Description
GET_USERNAMEPASSWORDSECRET00() Getter for USERNAMEPASSWORDSECRETARN, with configurable defa
ASK_USERNAMEPASSWORDSECRET00() Getter for USERNAMEPASSWORDSECRETARN w/ exceptions if field
HAS_USERNAMEPASSWORDSECRET00() Determine if USERNAMEPASSWORDSECRETARN has a value