stratosphere-cassandra-1.0.0: Stratosphere integration for AWS Cassandra.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Cassandra.Table

Documentation

data Table Source #

Constructors

Table

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html

Fields

Instances

Instances details
ToJSON Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Show Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

Eq Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Methods

(==) :: Table -> Table -> Bool #

(/=) :: Table -> Table -> Bool #

ToResourceProperties Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Property "AutoScalingSpecifications" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "AutoScalingSpecifications" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "AutoScalingSpecifications" Table = AutoScalingSpecificationProperty

Methods

set :: PropertyType "AutoScalingSpecifications" Table -> Table -> Table #

Property "BillingMode" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "BillingMode" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

Methods

set :: PropertyType "BillingMode" Table -> Table -> Table #

Property "CdcSpecification" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "CdcSpecification" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "CdcSpecification" Table = CdcSpecificationProperty

Methods

set :: PropertyType "CdcSpecification" Table -> Table -> Table #

Property "ClientSideTimestampsEnabled" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "ClientSideTimestampsEnabled" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "ClientSideTimestampsEnabled" Table = Value Bool

Methods

set :: PropertyType "ClientSideTimestampsEnabled" Table -> Table -> Table #

Property "ClusteringKeyColumns" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "ClusteringKeyColumns" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "ClusteringKeyColumns" Table = [ClusteringKeyColumnProperty]

Methods

set :: PropertyType "ClusteringKeyColumns" Table -> Table -> Table #

Property "DefaultTimeToLive" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "DefaultTimeToLive" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "DefaultTimeToLive" Table = Value Integer

Methods

set :: PropertyType "DefaultTimeToLive" Table -> Table -> Table #

Property "EncryptionSpecification" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "EncryptionSpecification" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "EncryptionSpecification" Table = EncryptionSpecificationProperty

Methods

set :: PropertyType "EncryptionSpecification" Table -> Table -> Table #

Property "KeyspaceName" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "KeyspaceName" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "KeyspaceName" Table = Value Text

Methods

set :: PropertyType "KeyspaceName" Table -> Table -> Table #

Property "PartitionKeyColumns" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "PartitionKeyColumns" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "PartitionKeyColumns" Table = [ColumnProperty]

Methods

set :: PropertyType "PartitionKeyColumns" Table -> Table -> Table #

Property "PointInTimeRecoveryEnabled" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "PointInTimeRecoveryEnabled" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "PointInTimeRecoveryEnabled" Table = Value Bool

Methods

set :: PropertyType "PointInTimeRecoveryEnabled" Table -> Table -> Table #

Property "RegularColumns" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "RegularColumns" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "RegularColumns" Table = [ColumnProperty]

Methods

set :: PropertyType "RegularColumns" Table -> Table -> Table #

Property "ReplicaSpecifications" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "ReplicaSpecifications" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "ReplicaSpecifications" Table = [ReplicaSpecificationProperty]

Methods

set :: PropertyType "ReplicaSpecifications" Table -> Table -> Table #

Property "TableName" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "TableName" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "TableName" Table = Value Text

Methods

set :: PropertyType "TableName" Table -> Table -> Table #

Property "Tags" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

Associated Types

type PropertyType "Tags" Table 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "Tags" Table = [Tag]

Methods

set :: PropertyType "Tags" Table -> Table -> Table #

type PropertyType "AutoScalingSpecifications" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "AutoScalingSpecifications" Table = AutoScalingSpecificationProperty
type PropertyType "BillingMode" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "CdcSpecification" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "CdcSpecification" Table = CdcSpecificationProperty
type PropertyType "ClientSideTimestampsEnabled" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "ClientSideTimestampsEnabled" Table = Value Bool
type PropertyType "ClusteringKeyColumns" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "ClusteringKeyColumns" Table = [ClusteringKeyColumnProperty]
type PropertyType "DefaultTimeToLive" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "DefaultTimeToLive" Table = Value Integer
type PropertyType "EncryptionSpecification" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "EncryptionSpecification" Table = EncryptionSpecificationProperty
type PropertyType "KeyspaceName" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "KeyspaceName" Table = Value Text
type PropertyType "PartitionKeyColumns" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "PartitionKeyColumns" Table = [ColumnProperty]
type PropertyType "PointInTimeRecoveryEnabled" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "PointInTimeRecoveryEnabled" Table = Value Bool
type PropertyType "RegularColumns" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "RegularColumns" Table = [ColumnProperty]
type PropertyType "ReplicaSpecifications" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "ReplicaSpecifications" Table = [ReplicaSpecificationProperty]
type PropertyType "TableName" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "TableName" Table = Value Text
type PropertyType "Tags" Table Source # 
Instance details

Defined in Stratosphere.Cassandra.Table

type PropertyType "Tags" Table = [Tag]