toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.databrew.kotlin.inputs
/
ProjectSampleArgs
Project
Sample
Args
data
class
ProjectSampleArgs
(
val
size
:
Output
<
Int
>
?
=
null
,
val
type
:
Output
<
ProjectSampleType
>
)
:
ConvertibleToJava
<
ProjectSampleArgs
>
Members
Constructors
Project
Sample
Args
Link copied to clipboard
constructor
(
size
:
Output
<
Int
>
?
=
null
,
type
:
Output
<
ProjectSampleType
>
)
Properties
size
Link copied to clipboard
val
size
:
Output
<
Int
>
?
=
null
Sample size
type
Link copied to clipboard
val
type
:
Output
<
ProjectSampleType
>
Sample type
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ProjectSampleArgs