SybaseSettings

Provides information that defines a SAP ASE endpoint.

Types

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

Properties

Link copied to clipboard

Database name for the endpoint.

Link copied to clipboard

Endpoint connection password.

Link copied to clipboard
val port: Int?

Endpoint TCP port. The default is 5000.

Link copied to clipboard

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the SAP ASE endpoint.

Link copied to clipboard

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SAP SAE endpoint connection details.

Link copied to clipboard

Fully qualified domain name of the endpoint.

Link copied to clipboard

Endpoint connection user name.

Functions

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