Skip to content

Instantly share code, notes, and snippets.

@devfire
Created February 6, 2018 16:18
Show Gist options
  • Save devfire/4b0a8ccdb628f06419b16e7ea65bb8ec to your computer and use it in GitHub Desktop.
Save devfire/4b0a8ccdb628f06419b16e7ea65bb8ec to your computer and use it in GitHub Desktop.
Sample Kinesis description
{
"StreamDescription": {
"KeyId": null,
"EncryptionType": "NONE",
"StreamStatus": "ACTIVE",
"StreamName": "VPCFlowLogs",
"Shards": [
{
"ShardId": "shardId-000000000000",
"HashKeyRange": {
"EndingHashKey": "340282366920938463463374607431768211455",
"StartingHashKey": "0"
},
"SequenceNumberRange": {
"StartingSequenceNumber": "49581474139398679022572506774924317495753038856328314882"
}
}
],
"StreamARN": "arn:aws:kinesis:us-east-1:31415926:stream/VPCFlowLogs",
"EnhancedMonitoring": [
{
"ShardLevelMetrics": []
}
],
"StreamCreationTimestamp": 1517933672.0,
"RetentionPeriodHours": 24
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment