Stratosphere.Kinesis.Stream
module Stratosphere.Kinesis.Stream.StreamEncryptionProperty
module Stratosphere.Kinesis.Stream.StreamModeDetailsProperty
data Stream Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-desiredshardlevelmetrics
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-retentionperiodhours
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-shardcount
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-streamencryption
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-streammodedetails
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html#cfn-kinesis-stream-tags
Defined in Stratosphere.Kinesis.Stream
Methods
toJSON :: Stream -> Value #
toEncoding :: Stream -> Encoding #
toJSONList :: [Stream] -> Value #
toEncodingList :: [Stream] -> Encoding #
omitField :: Stream -> Bool #
showsPrec :: Int -> Stream -> ShowS #
show :: Stream -> String #
showList :: [Stream] -> ShowS #
(==) :: Stream -> Stream -> Bool #
(/=) :: Stream -> Stream -> Bool #
toResourceProperties :: Stream -> ResourceProperties #
Associated Types
set :: PropertyType "DesiredShardLevelMetrics" Stream -> Stream -> Stream #
set :: PropertyType "Name" Stream -> Stream -> Stream #
set :: PropertyType "RetentionPeriodHours" Stream -> Stream -> Stream #
set :: PropertyType "ShardCount" Stream -> Stream -> Stream #
set :: PropertyType "StreamEncryption" Stream -> Stream -> Stream #
set :: PropertyType "StreamModeDetails" Stream -> Stream -> Stream #
set :: PropertyType "Tags" Stream -> Stream -> Stream #
mkStream :: Stream Source #