/AWS1/CL_APYRDSDATAAPICONFIG¶
Contains the metadata required to introspect the RDS cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcearn TYPE /AWS1/APYRDSDATAAPICFGRESRCARN /AWS1/APYRDSDATAAPICFGRESRCARN¶
The resource ARN of the RDS cluster.
iv_secretarn TYPE /AWS1/APYRDSDATAAPICFGSECRET00 /AWS1/APYRDSDATAAPICFGSECRET00¶
The secret's ARN that was obtained from Secrets Manager. A secret consists of secret information, the secret value, plus metadata about the secret. A secret value can be a string or binary. It typically includes the ARN, secret name and description, policies, tags, encryption key from the Key Management Service, and key rotation data.
iv_databasename TYPE /AWS1/APYRDSDATAAPICFGDATABA00 /AWS1/APYRDSDATAAPICFGDATABA00¶
The name of the database in the cluster.
Queryable Attributes¶
resourceArn¶
The resource ARN of the RDS cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
secretArn¶
The secret's ARN that was obtained from Secrets Manager. A secret consists of secret information, the secret value, plus metadata about the secret. A secret value can be a string or binary. It typically includes the ARN, secret name and description, policies, tags, encryption key from the Key Management Service, and key rotation data.
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 |
databaseName¶
The name of the database in the cluster.
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 |