0.1.0 • Published 6 years ago

@cfn-modules/kinesis-data-stream v0.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

Build Status NPM version

cfn-modules: AWS Kinesis data stream

AWS Kinesis data stream with encryption, and alerting.

Install

Install Node.js and npm first!

npm i @cfn-modules/kinesis-data-streams

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Queue:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        AlertingModule: !GetAtt 'Alerting.Outputs.StackName' # optional
        KmsKeyModule: !GetAtt 'Key.Outputs.StackName' # optional
        RetentionPeriodHours: 24 # optional
        ShardCount: 1 # optional
      TemplateURL: './node_modules/@cfn-modules/kinesis-data-stream/module.yml'

Parameters

Limitations

  • Scalable: Auto scaling is not available