/AWS1/CL_APYRDSHTTPENDPTCONFIG¶
The Amazon Relational Database Service (Amazon RDS) HTTP endpoint configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_awsregion TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
Amazon Web Services Region for Amazon RDS HTTP endpoint.
iv_dbclusteridentifier TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
Amazon RDS cluster Amazon Resource Name (ARN).
iv_databasename TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
Logical database name.
iv_schema TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
Logical schema name.
iv_awssecretstorearn TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
Queryable Attributes¶
awsRegion¶
Amazon Web Services Region for Amazon RDS HTTP endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSREGION() |
Getter for AWSREGION, with configurable default |
ASK_AWSREGION() |
Getter for AWSREGION w/ exceptions if field has no value |
HAS_AWSREGION() |
Determine if AWSREGION has a value |
dbClusterIdentifier¶
Amazon RDS cluster Amazon Resource Name (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DBCLUSTERIDENTIFIER() |
Getter for DBCLUSTERIDENTIFIER, with configurable default |
ASK_DBCLUSTERIDENTIFIER() |
Getter for DBCLUSTERIDENTIFIER w/ exceptions if field has no |
HAS_DBCLUSTERIDENTIFIER() |
Determine if DBCLUSTERIDENTIFIER has a value |
databaseName¶
Logical database name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASENAME() |
Getter for DATABASENAME, with configurable default |
ASK_DATABASENAME() |
Getter for DATABASENAME w/ exceptions if field has no value |
HAS_DATABASENAME() |
Determine if DATABASENAME has a value |
schema¶
Logical schema name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMA() |
Getter for SCHEMA, with configurable default |
ASK_SCHEMA() |
Getter for SCHEMA w/ exceptions if field has no value |
HAS_SCHEMA() |
Determine if SCHEMA has a value |
awsSecretStoreArn¶
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSSECRETSTOREARN() |
Getter for AWSSECRETSTOREARN, with configurable default |
ASK_AWSSECRETSTOREARN() |
Getter for AWSSECRETSTOREARN w/ exceptions if field has no v |
HAS_AWSSECRETSTOREARN() |
Determine if AWSSECRETSTOREARN has a value |