You must be logged in to view saved presets
An IAM policy that allows pushing data to a specific Kinesis stream.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"kinesis:PutRecord"
],
"Resource": [
"arn:aws:kinesis:::stream/"
],
"Effect": "Allow"
}
]
}