Amazon Kinesis Operations: Difference between revisions
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::Stream
Resources: SomeKinesisStream: Type: AWS::Kinesis::Stream Properties : Name: test-stream RetentionPeriodHours: 24 ShardCount: 1 Tags: - Key: Name Value: test-stream