toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.connect.kotlin.outputs
/
GetUserIdentityInfo
Get
User
Identity
Info
data
class
GetUserIdentityInfo
(
val
email
:
String
,
val
firstName
:
String
,
val
lastName
:
String
)
Members
Constructors
Get
User
Identity
Info
Link copied to clipboard
constructor
(
email
:
String
,
firstName
:
String
,
lastName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
The email address.
first
Name
Link copied to clipboard
val
firstName
:
String
The first name.
last
Name
Link copied to clipboard
val
lastName
:
String
The last name.