toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.dms.kotlin.outputs
/
GetEndpointRedisSetting
Get
Endpoint
Redis
Setting
data
class
GetEndpointRedisSetting
(
val
authPassword
:
String
,
val
authType
:
String
,
val
authUserName
:
String
,
val
port
:
Int
,
val
serverName
:
String
,
val
sslCaCertificateArn
:
String
,
val
sslSecurityProtocol
:
String
)
Members
Constructors
Get
Endpoint
Redis
Setting
Link copied to clipboard
constructor
(
authPassword
:
String
,
authType
:
String
,
authUserName
:
String
,
port
:
Int
,
serverName
:
String
,
sslCaCertificateArn
:
String
,
sslSecurityProtocol
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
auth
Password
Link copied to clipboard
val
authPassword
:
String
auth
Type
Link copied to clipboard
val
authType
:
String
auth
User
Name
Link copied to clipboard
val
authUserName
:
String
port
Link copied to clipboard
val
port
:
Int
server
Name
Link copied to clipboard
val
serverName
:
String
ssl
Ca
Certificate
Arn
Link copied to clipboard
val
sslCaCertificateArn
:
String
ssl
Security
Protocol
Link copied to clipboard
val
sslSecurityProtocol
:
String