github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/examples/aws-cloudwatch-events/kinesis/README.md (about)

     1  # CloudWatch Event sent to Kinesis Stream
     2  
     3  This example sets up a CloudWatch Event Rule with a Target and IAM Role & Policy
     4  to send all autoscaling events into Kinesis stream for further examination.
     5  
     6  See more details about [CloudWatch Events](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatchEvents.html)
     7  in the official AWS docs.
     8  
     9  ## How to run the example
    10  
    11  ```
    12  terraform apply \
    13  	-var=aws_region=us-west-2
    14  ```