toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.bigtable.kotlin.inputs
/
TableColumnFamilyArgs
Table
Column
Family
Args
data
class
TableColumnFamilyArgs
(
val
family
:
Output
<
String
>
,
val
type
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TableColumnFamilyArgs
>
Members
Constructors
Table
Column
Family
Args
Link copied to clipboard
constructor
(
family
:
Output
<
String
>
,
type
:
Output
<
String
>
?
=
null
)
Properties
family
Link copied to clipboard
val
family
:
Output
<
String
>
The name of the column family.
type
Link copied to clipboard
val
type
:
Output
<
String
>
?
=
null
The type of the column family.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TableColumnFamilyArgs