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
/
GetSpacePlainArgs
Get
Space
Plain
Args
data
class
GetSpacePlainArgs
(
val
domainId
:
String
,
val
spaceName
:
String
)
:
ConvertibleToJava
<
GetSpacePlainArgs
>
Members
Constructors
Get
Space
Plain
Args
Link copied to clipboard
constructor
(
domainId
:
String
,
spaceName
:
String
)
Properties
domain
Id
Link copied to clipboard
val
domainId
:
String
The ID of the associated Domain.
space
Name
Link copied to clipboard
val
spaceName
:
String
A name for the Space.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetSpacePlainArgs