toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.secretsmanager.kotlin.inputs
/
GetRandomPasswordPlainArgs
/
GetRandomPasswordPlainArgs
Get
Random
Password
Plain
Args
constructor
(
excludeCharacters
:
String
?
=
null
,
excludeLowercase
:
Boolean
?
=
null
,
excludeNumbers
:
Boolean
?
=
null
,
excludePunctuation
:
Boolean
?
=
null
,
excludeUppercase
:
Boolean
?
=
null
,
includeSpace
:
Boolean
?
=
null
,
passwordLength
:
Int
?
=
null
,
requireEachIncludedType
:
Boolean
?
=
null
)