/AWS1/CL_QSTDATASOURCECREDS¶
Data source credentials. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_credentialpair TYPE REF TO /AWS1/CL_QSTCREDENTIALPAIR /AWS1/CL_QSTCREDENTIALPAIR¶
Credential pair. For more information, see
CredentialPair.
iv_copysourcearn TYPE /AWS1/QSTCOPYSOURCEARN /AWS1/QSTCOPYSOURCEARN¶
The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When
CopySourceArnis not null, the credential pair from the data source in the ARN is used as the credentials for theDataSourceCredentialsstructure.
iv_secretarn TYPE /AWS1/QSTSECRETARN /AWS1/QSTSECRETARN¶
The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.
io_webproxycredentials TYPE REF TO /AWS1/CL_QSTWEBPROXYCREDS /AWS1/CL_QSTWEBPROXYCREDS¶
The credentials for connecting through a web proxy server.
Queryable Attributes¶
CredentialPair¶
Credential pair. For more information, see
CredentialPair.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALPAIR() |
Getter for CREDENTIALPAIR |
CopySourceArn¶
The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When
CopySourceArnis not null, the credential pair from the data source in the ARN is used as the credentials for theDataSourceCredentialsstructure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COPYSOURCEARN() |
Getter for COPYSOURCEARN, with configurable default |
ASK_COPYSOURCEARN() |
Getter for COPYSOURCEARN w/ exceptions if field has no value |
HAS_COPYSOURCEARN() |
Determine if COPYSOURCEARN has a value |
SecretArn¶
The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETARN() |
Getter for SECRETARN, with configurable default |
ASK_SECRETARN() |
Getter for SECRETARN w/ exceptions if field has no value |
HAS_SECRETARN() |
Determine if SECRETARN has a value |
WebProxyCredentials¶
The credentials for connecting through a web proxy server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBPROXYCREDENTIALS() |
Getter for WEBPROXYCREDENTIALS |