AWS::Kinesis::StreamResource Type definition for AWS::Kinesis::Stream
9 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DesiredShardLevelMetrics | Array<string> | |
MaxRecordSizeInKiB | integer | |
Name | string | Create-only |
RetentionPeriodHours | integer | |
ShardCount | integer | |
StreamEncryption | StreamEncryption | |
StreamModeDetails | StreamModeDetails | |
Tags | Array<Tag> | |
WarmThroughputMiBps | integer | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon resource name (ARN) of the Kinesis stream |
WarmThroughputObject | WarmThroughputObject | Warm throughput configuration details for the stream. Only present for ON_DEMAND streams. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Kinesis::Stream
Resources:
MyResource:
Type: AWS::Kinesis::Stream
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kinesis:EnableEnhancedMonitoringkinesis:DescribeStreamSummarykinesis:CreateStreamkinesis:IncreaseStreamRetentionPeriodkinesis:StartStreamEncryptionkinesis:AddTagsToStreamkinesis:ListTagsForStreamkinesis:ListTagsForResourcekinesis:DescribeStreamSummarykinesis:ListTagsForStreamkinesis:ListTagsForResourcekinesis:EnableEnhancedMonitoringkinesis:DisableEnhancedMonitoringkinesis:DescribeStreamSummarykinesis:UpdateShardCountkinesis:UpdateStreamModekinesis:IncreaseStreamRetentionPeriodkinesis:DecreaseStreamRetentionPeriodkinesis:StartStreamEncryptionkinesis:DescribeStreamSummarykinesis:DeleteStreamkinesis:RemoveTagsFromStreamkinesis:UntagResourcekinesis:ListStreamsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name