pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.sagemaker.kotlin.inputs
/
GetUserProfilePlainArgs
Get
User
Profile
Plain
Args
data
class
GetUserProfilePlainArgs
(
val
domainId
:
String
,
val
userProfileName
:
String
)
:
ConvertibleToJava
<
GetUserProfilePlainArgs
>
Constructors
Functions
Properties
Constructors
Get
User
Profile
Plain
Args
Link copied to clipboard
fun
GetUserProfilePlainArgs
(
domainId
:
String
,
userProfileName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetUserProfilePlainArgs
Properties
domain
Id
Link copied to clipboard
val
domainId
:
String
The ID of the associated Domain.
user
Profile
Name
Link copied to clipboard
val
userProfileName
:
String
A name for the UserProfile.