Amazon Kinesis Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 15: Line 15:
     Type: AWS::Kinesis::Stream
     Type: AWS::Kinesis::Stream
     Properties :
     Properties :
      Name: test-stream
      RetentionPeriodHours: 24
      ShardCount: 1
      Tags:
        - Key: Name
          Value: test-stream

Latest revision as of 21:36, 27 April 2019

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