EndpointRedisSettingsArgs

data class EndpointRedisSettingsArgs(val authPassword: Output<String>? = null, val authType: Output<String>, val authUserName: Output<String>? = null, val port: Output<Int>, val serverName: Output<String>, val sslCaCertificateArn: Output<String>? = null, val sslSecurityProtocol: Output<String>? = null) : ConvertibleToJava<EndpointRedisSettingsArgs>

Constructors

Link copied to clipboard
constructor(authPassword: Output<String>? = null, authType: Output<String>, authUserName: Output<String>? = null, port: Output<Int>, serverName: Output<String>, sslCaCertificateArn: Output<String>? = null, sslSecurityProtocol: Output<String>? = null)

Properties

Link copied to clipboard
val authPassword: Output<String>? = null

The password provided with the auth-role and auth-token options of the AuthType setting for a Redis target endpoint.

Link copied to clipboard
val authType: Output<String>

The type of authentication to perform when connecting to a Redis target. Options include none, auth-token, and auth-role. The auth-token option requires an auth_password value to be provided. The auth-role option requires auth_user_name and auth_password values to be provided.

Link copied to clipboard
val authUserName: Output<String>? = null

The username provided with the auth-role option of the AuthType setting for a Redis target endpoint.

Link copied to clipboard
val port: Output<Int>

Transmission Control Protocol (TCP) port for the endpoint.

Link copied to clipboard
val serverName: Output<String>

Fully qualified domain name of the endpoint.

Link copied to clipboard
val sslCaCertificateArn: Output<String>? = null

The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target endpoint.

Link copied to clipboard
val sslSecurityProtocol: Output<String>? = null

The plaintext option doesn't provide Transport Layer Security (TLS) encryption for traffic between endpoint and database. Options include plaintext, ssl-encryption. The default is ssl-encryption.

Functions

Link copied to clipboard
open override fun toJava(): EndpointRedisSettingsArgs