stratosphere-timestream-1.0.0: Stratosphere integration for AWS Timestream.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Timestream.Table.SchemaProperty

Documentation

data SchemaProperty Source #

Instances

Instances details
ToJSON SchemaProperty Source # 
Instance details

Defined in Stratosphere.Timestream.Table.SchemaProperty

Show SchemaProperty Source # 
Instance details

Defined in Stratosphere.Timestream.Table.SchemaProperty

Eq SchemaProperty Source # 
Instance details

Defined in Stratosphere.Timestream.Table.SchemaProperty

ToResourceProperties SchemaProperty Source # 
Instance details

Defined in Stratosphere.Timestream.Table.SchemaProperty

Property "CompositePartitionKey" SchemaProperty Source # 
Instance details

Defined in Stratosphere.Timestream.Table.SchemaProperty

Associated Types

type PropertyType "CompositePartitionKey" SchemaProperty 
Instance details

Defined in Stratosphere.Timestream.Table.SchemaProperty

type PropertyType "CompositePartitionKey" SchemaProperty = [PartitionKeyProperty]

Methods

set :: PropertyType "CompositePartitionKey" SchemaProperty -> SchemaProperty -> SchemaProperty #

type PropertyType "CompositePartitionKey" SchemaProperty Source # 
Instance details

Defined in Stratosphere.Timestream.Table.SchemaProperty

type PropertyType "CompositePartitionKey" SchemaProperty = [PartitionKeyProperty]