Database

class Database

The SAP HANA database of the application registered with AWS Systems Manager for SAP.

Types

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

Properties

Link copied to clipboard

The ID of the application.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the database.

Link copied to clipboard

The ID of the component.

Link copied to clipboard

The Amazon Resource Names of the connected AWS Systems Manager for SAP components.

Link copied to clipboard

The credentials of the database.

Link copied to clipboard

The ID of the SAP HANA database.

Link copied to clipboard

The name of the database.

Link copied to clipboard

The type of the database.

Link copied to clipboard

The time at which the database was last updated.

Link copied to clipboard

The primary host of the database.

Link copied to clipboard
val sqlPort: Int?

The SQL port of the database.

Link copied to clipboard

The status of the database.

Functions

Link copied to clipboard
inline fun copy(block: Database.Builder.() -> Unit = {}): Database
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