toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elasticache.kotlin.inputs
/
GetUserAuthenticationMode
Get
User
Authentication
Mode
data
class
GetUserAuthenticationMode
(
val
passwordCount
:
Int
?
=
null
,
val
type
:
String
?
=
null
)
:
ConvertibleToJava
<
GetUserAuthenticationMode
>
Members
Constructors
Get
User
Authentication
Mode
Link copied to clipboard
constructor
(
passwordCount
:
Int
?
=
null
,
type
:
String
?
=
null
)
Properties
password
Count
Link copied to clipboard
val
passwordCount
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetUserAuthenticationMode