@Stability(value=Stable) @Internal public static final class CfnEndpoint.RedisSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.RedisSettingsProperty
CfnEndpoint.RedisSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpoint.RedisSettingsProperty.Builder, CfnEndpoint.RedisSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpoint.RedisSettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpoint.DocDbSettingsProperty.Builder. |
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(Object o) |
String |
getAuthPassword()
The password provided with the `auth-role` and `auth-token` options of the `AuthType` setting for a Redis target endpoint.
|
String |
getAuthType()
The type of authentication to perform when connecting to a Redis target.
|
String |
getAuthUserName()
The user name provided with the `auth-role` option of the `AuthType` setting for a Redis target endpoint.
|
Number |
getPort()
Transmission Control Protocol (TCP) port for the endpoint.
|
String |
getServerName()
Fully qualified domain name of the endpoint.
|
String |
getSslCaCertificateArn()
The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target endpoint.
|
String |
getSslSecurityProtocol()
The connection to a Redis target endpoint using Transport Layer Security (TLS).
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEndpoint.RedisSettingsProperty.Builder builder)
CfnEndpoint.DocDbSettingsProperty.Builder.public final String getAuthPassword()
CfnEndpoint.RedisSettingsPropertygetAuthPassword in interface CfnEndpoint.RedisSettingsPropertypublic final 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.RedisSettingsPropertypublic final String getAuthUserName()
CfnEndpoint.RedisSettingsPropertygetAuthUserName in interface CfnEndpoint.RedisSettingsPropertypublic final Number getPort()
CfnEndpoint.RedisSettingsPropertygetPort in interface CfnEndpoint.RedisSettingsPropertypublic final String getServerName()
CfnEndpoint.RedisSettingsPropertygetServerName in interface CfnEndpoint.RedisSettingsPropertypublic final String getSslCaCertificateArn()
CfnEndpoint.RedisSettingsPropertygetSslCaCertificateArn in interface CfnEndpoint.RedisSettingsPropertypublic final 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.