AwsDmsEndpointDetails

Provides details about an Database Migration Service (DMS) endpoint. An endpoint provides connection, data store type, and location information about your data store.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the SSL certificate that encrypts connections between the DMS endpoint and the replication instance.

Link copied to clipboard

The name of the endpoint database.

Link copied to clipboard

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard

The database endpoint identifier.

Link copied to clipboard

The type of endpoint. Valid values are source and target.

Link copied to clipboard

The type of engine for the endpoint, depending on the EndpointType value.

Link copied to clipboard

A value that can be used for cross-account validation.

Link copied to clipboard

Additional attributes associated with the connection.

Link copied to clipboard

An DMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the KmsKeyId parameter, then DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

Link copied to clipboard
val port: Int?

The port used to access the endpoint.

Link copied to clipboard

The name of the server where the endpoint database resides.

Link copied to clipboard

The SSL mode used to connect to the endpoint. The default is none.

Link copied to clipboard

The user name to be used to log in to the endpoint database.

Functions

Link copied to clipboard
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