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
/
AppImageConfigKernelSpecArgs
App
Image
Config
Kernel
Spec
Args
data
class
AppImageConfigKernelSpecArgs
(
val
displayName
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
AppImageConfigKernelSpecArgs
>
Members
Constructors
App
Image
Config
Kernel
Spec
Args
Link copied to clipboard
constructor
(
displayName
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
Output
<
String
>
?
=
null
The display name of the kernel.
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the kernel.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AppImageConfigKernelSpecArgs