Stratosphere.S3Tables.Table
module Stratosphere.S3Tables.Table.CompactionProperty
module Stratosphere.S3Tables.Table.IcebergMetadataProperty
module Stratosphere.S3Tables.Table.SnapshotManagementProperty
data Table Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-compaction
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-icebergmetadata
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-namespace
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-opentableformat
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-snapshotmanagement
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablebucketarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-withoutmetadata
Defined in Stratosphere.S3Tables.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 "Compaction" Table -> Table -> Table #
set :: PropertyType "IcebergMetadata" Table -> Table -> Table #
set :: PropertyType "Namespace" Table -> Table -> Table #
set :: PropertyType "OpenTableFormat" Table -> Table -> Table #
set :: PropertyType "SnapshotManagement" Table -> Table -> Table #
set :: PropertyType "TableBucketARN" Table -> Table -> Table #
set :: PropertyType "TableName" Table -> Table -> Table #
set :: PropertyType "WithoutMetadata" Table -> Table -> Table #
mkTable :: Value Text -> Value Text -> Value Text -> Value Text -> Table Source #