pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.timestream.kotlin.outputs
/
SchemaProperties
Schema
Properties
data
class
SchemaProperties
(
val
compositePartitionKey
:
List
<
TablePartitionKey
>
?
=
null
)
A Schema specifies the expected data model of the table.
Types
Constructors
Properties
Constructors
Schema
Properties
Link copied to clipboard
fun
SchemaProperties
(
compositePartitionKey
:
List
<
TablePartitionKey
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
composite
Partition
Key
Link copied to clipboard
val
compositePartitionKey
:
List
<
TablePartitionKey
>
?
=
null