toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Get
App
Plain
Args
Link copied to clipboard
constructor
(
appName
:
String
,
appType
:
AppType
,
domainId
:
String
,
userProfileName
:
String
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetAppPlainArgs