Amazon Kinesis Operations

From NovaOrdis Knowledge Base
Revision as of 21:36, 27 April 2019 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

CloudFormation Support

AWS Kinesis

AWS::Kinesis::Stream

AWS::Kinesis::Stream
Resources:
  SomeKinesisStream:
    Type: AWS::Kinesis::Stream
    Properties :
      Name: test-stream
      RetentionPeriodHours: 24
      ShardCount: 1
      Tags:
        - Key: Name
          Value: test-stream