Stratosphere.Cassandra.Table
module Stratosphere.Cassandra.Table.AutoScalingSpecificationProperty
module Stratosphere.Cassandra.Table.BillingModeProperty
module Stratosphere.Cassandra.Table.CdcSpecificationProperty
module Stratosphere.Cassandra.Table.ClusteringKeyColumnProperty
module Stratosphere.Cassandra.Table.ColumnProperty
module Stratosphere.Cassandra.Table.EncryptionSpecificationProperty
module Stratosphere.Cassandra.Table.ReplicaSpecificationProperty
data Table Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-autoscalingspecifications
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-billingmode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-cdcspecification
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-clientsidetimestampsenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-clusteringkeycolumns
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-defaulttimetolive
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-encryptionspecification
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-keyspacename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-partitionkeycolumns
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-pointintimerecoveryenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-regularcolumns
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-replicaspecifications
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tablename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-table.html#cfn-cassandra-table-tags
Defined in Stratosphere.Cassandra.Table
Methods
toJSON :: Table -> Value #
toEncoding :: Table -> Encoding #
toJSONList :: [Table] -> Value #
toEncodingList :: [Table] -> Encoding #
omitField :: Table -> Bool #
showsPrec :: Int -> Table -> ShowS #
show :: Table -> String #
showList :: [Table] -> ShowS #
(==) :: Table -> Table -> Bool #
(/=) :: Table -> Table -> Bool #
toResourceProperties :: Table -> ResourceProperties #
Associated Types
set :: PropertyType "AutoScalingSpecifications" Table -> Table -> Table #
set :: PropertyType "BillingMode" Table -> Table -> Table #
set :: PropertyType "CdcSpecification" Table -> Table -> Table #
set :: PropertyType "ClientSideTimestampsEnabled" Table -> Table -> Table #
set :: PropertyType "ClusteringKeyColumns" Table -> Table -> Table #
set :: PropertyType "DefaultTimeToLive" Table -> Table -> Table #
set :: PropertyType "EncryptionSpecification" Table -> Table -> Table #
set :: PropertyType "KeyspaceName" Table -> Table -> Table #
set :: PropertyType "PartitionKeyColumns" Table -> Table -> Table #
set :: PropertyType "PointInTimeRecoveryEnabled" Table -> Table -> Table #
set :: PropertyType "RegularColumns" Table -> Table -> Table #
set :: PropertyType "ReplicaSpecifications" Table -> Table -> Table #
set :: PropertyType "TableName" Table -> Table -> Table #
set :: PropertyType "Tags" Table -> Table -> Table #
mkTable :: Value Text -> [ColumnProperty] -> Table Source #