RdsDataApiConfig

Contains the metadata required to introspect the RDS cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the database in the cluster.

Link copied to clipboard

The resource ARN of the RDS cluster.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: RdsDataApiConfig.Builder.() -> Unit = {}): RdsDataApiConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String