public static final class CfnEndpoint.RedisSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.RedisSettingsProperty
CfnEndpoint.RedisSettingsProperty
CfnEndpoint.RedisSettingsProperty.Builder, CfnEndpoint.RedisSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAuthPassword()
The password provided with the `auth-role` and `auth-token` options of the `AuthType` setting for a Redis target endpoint.
|
java.lang.String |
getAuthType()
The type of authentication to perform when connecting to a Redis target.
|
java.lang.String |
getAuthUserName()
The user name provided with the `auth-role` option of the `AuthType` setting for a Redis target endpoint.
|
java.lang.Number |
getPort()
Transmission Control Protocol (TCP) port for the endpoint.
|
java.lang.String |
getServerName()
Fully qualified domain name of the endpoint.
|
java.lang.String |
getSslCaCertificateArn()
The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target endpoint.
|
java.lang.String |
getSslSecurityProtocol()
The connection to a Redis target endpoint using Transport Layer Security (TLS).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAuthPassword()
CfnEndpoint.RedisSettingsProperty
getAuthPassword
in interface CfnEndpoint.RedisSettingsProperty
public final java.lang.String getAuthType()
CfnEndpoint.RedisSettingsProperty
Options include none
, auth-token
, and auth-role
. The auth-token
option requires an AuthPassword
value to be provided. The auth-role
option requires AuthUserName
and AuthPassword
values to be provided.
getAuthType
in interface CfnEndpoint.RedisSettingsProperty
public final java.lang.String getAuthUserName()
CfnEndpoint.RedisSettingsProperty
getAuthUserName
in interface CfnEndpoint.RedisSettingsProperty
public final java.lang.Number getPort()
CfnEndpoint.RedisSettingsProperty
getPort
in interface CfnEndpoint.RedisSettingsProperty
public final java.lang.String getServerName()
CfnEndpoint.RedisSettingsProperty
getServerName
in interface CfnEndpoint.RedisSettingsProperty
public final java.lang.String getSslCaCertificateArn()
CfnEndpoint.RedisSettingsProperty
getSslCaCertificateArn
in interface CfnEndpoint.RedisSettingsProperty
public final java.lang.String getSslSecurityProtocol()
CfnEndpoint.RedisSettingsProperty
Valid values include plaintext
and ssl-encryption
. The default is ssl-encryption
. The ssl-encryption
option makes an encrypted connection. Optionally, you can identify an Amazon Resource Name (ARN) for an SSL certificate authority (CA) using the SslCaCertificateArn
setting. If an ARN isn't given for a CA, DMS uses the Amazon root CA.
The plaintext
option doesn't provide Transport Layer Security (TLS) encryption for traffic between endpoint and database.
getSslSecurityProtocol
in interface CfnEndpoint.RedisSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()