@Stability(value=Stable)
public static interface CfnEndpoint.RedisSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dms.*;
RedisSettingsProperty redisSettingsProperty = RedisSettingsProperty.builder()
.authPassword("authPassword")
.authType("authType")
.authUserName("authUserName")
.port(123)
.serverName("serverName")
.sslCaCertificateArn("sslCaCertificateArn")
.sslSecurityProtocol("sslSecurityProtocol")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.RedisSettingsProperty.Builder
A builder for
CfnEndpoint.RedisSettingsProperty |
static class |
CfnEndpoint.RedisSettingsProperty.Jsii$Proxy
An implementation for
CfnEndpoint.RedisSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.RedisSettingsProperty.Builder |
builder() |
default String |
getAuthPassword()
`CfnEndpoint.RedisSettingsProperty.AuthPassword`.
|
default String |
getAuthType()
`CfnEndpoint.RedisSettingsProperty.AuthType`.
|
default String |
getAuthUserName()
`CfnEndpoint.RedisSettingsProperty.AuthUserName`.
|
default Number |
getPort()
`CfnEndpoint.RedisSettingsProperty.Port`.
|
default String |
getServerName()
`CfnEndpoint.RedisSettingsProperty.ServerName`.
|
default String |
getSslCaCertificateArn()
`CfnEndpoint.RedisSettingsProperty.SslCaCertificateArn`.
|
default String |
getSslSecurityProtocol()
`CfnEndpoint.RedisSettingsProperty.SslSecurityProtocol`.
|
@Stability(value=Stable) @Nullable default String getAuthPassword()
@Stability(value=Stable) @Nullable default String getAuthType()
@Stability(value=Stable) @Nullable default String getAuthUserName()
@Stability(value=Stable) @Nullable default Number getPort()
@Stability(value=Stable) @Nullable default String getServerName()
@Stability(value=Stable) @Nullable default String getSslCaCertificateArn()
@Stability(value=Stable) @Nullable default String getSslSecurityProtocol()
@Stability(value=Stable) static CfnEndpoint.RedisSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.