Stratosphere.DynamoDB.Table.CsvProperty
data CsvProperty Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-csv.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-csv.html#cfn-dynamodb-table-csv-delimiter
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-csv.html#cfn-dynamodb-table-csv-headerlist
Defined in Stratosphere.DynamoDB.Table.CsvProperty
Methods
toJSON :: CsvProperty -> Value #
toEncoding :: CsvProperty -> Encoding #
toJSONList :: [CsvProperty] -> Value #
toEncodingList :: [CsvProperty] -> Encoding #
omitField :: CsvProperty -> Bool #
showsPrec :: Int -> CsvProperty -> ShowS #
show :: CsvProperty -> String #
showList :: [CsvProperty] -> ShowS #
(==) :: CsvProperty -> CsvProperty -> Bool #
(/=) :: CsvProperty -> CsvProperty -> Bool #
toResourceProperties :: CsvProperty -> ResourceProperties #
Associated Types
set :: PropertyType "Delimiter" CsvProperty -> CsvProperty -> CsvProperty #
set :: PropertyType "HeaderList" CsvProperty -> CsvProperty -> CsvProperty #
mkCsvProperty :: CsvProperty Source #