pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.sagemaker.kotlin.inputs
/
GetAppPlainArgs
Get
App
Plain
Args
data
class
GetAppPlainArgs
(
val
appName
:
String
,
val
appType
:
AppType
,
val
domainId
:
String
,
val
userProfileName
:
String
)
:
ConvertibleToJava
<
GetAppPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
App
Plain
Args
Link copied to clipboard
fun
GetAppPlainArgs
(
appName
:
String
,
appType
:
AppType
,
domainId
:
String
,
userProfileName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetAppPlainArgs
Properties
app
Name
Link copied to clipboard
val
appName
:
String
The name of the app.
app
Type
Link copied to clipboard
val
appType
:
AppType
The type of app.
domain
Id
Link copied to clipboard
val
domainId
:
String
The domain ID.
user
Profile
Name
Link copied to clipboard
val
userProfileName
:
String
The user profile name.