Amazon Kinesis Operations: Difference between revisions
Jump to navigation
Jump to search
(→AWS::) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
{{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html AWS::Kinesis::Stream]}} | {{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-stream.html AWS::Kinesis::Stream]}} | ||
Resources: | |||
SomeKinesisStream: | |||
Type: AWS::Kinesis::Stream | |||
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