toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.sagemaker.kotlin.inputs
/
WorkforceCognitoConfigArgs
Workforce
Cognito
Config
Args
data
class
WorkforceCognitoConfigArgs
(
val
clientId
:
Output
<
String
>
,
val
userPool
:
Output
<
String
>
)
:
ConvertibleToJava
<
WorkforceCognitoConfigArgs
>
Members
Constructors
Workforce
Cognito
Config
Args
Link copied to clipboard
constructor
(
clientId
:
Output
<
String
>
,
userPool
:
Output
<
String
>
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
Output
<
String
>
The client ID for your Amazon Cognito user pool.
user
Pool
Link copied to clipboard
val
userPool
:
Output
<
String
>
ID for your Amazon Cognito user pool.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
WorkforceCognitoConfigArgs