toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigtableadmin.v2.kotlin.inputs
/
SplitArgs
Split
Args
data
class
SplitArgs
(
val
key
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
SplitArgs
>
An initial split point for a newly created table.
Members
Constructors
Split
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
?
=
null
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
Row key to use as an initial tablet boundary.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SplitArgs