pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
App
Image
Config
Kernel
Spec
Args
Link copied to clipboard
fun
AppImageConfigKernelSpecArgs
(
displayName
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AppImageConfigKernelSpecArgs
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.