Skip to content

Instantly share code, notes, and snippets.

@sbower
Created March 8, 2017 21:26
Show Gist options
  • Save sbower/ab531f47daf0493f1a3ecfaaa713ee0a to your computer and use it in GitHub Desktop.
Save sbower/ab531f47daf0493f1a3ecfaaa713ee0a to your computer and use it in GitHub Desktop.
{
"AttributeDefinitions":[
{
"AttributeName":"group",
"AttributeType":"S"
},
{
"AttributeName":"name",
"AttributeType":"S"
}
],
"TableName":"alarms",
"KeySchema":[
{
"AttributeName":"name",
"KeyType":"HASH"
}
],
"TableStatus":"ACTIVE",
"CreationDateTime":"2015-03-20T14:03:31.849Z",
"ProvisionedThroughput":{
"NumberOfDecreasesToday":0,
"ReadCapacityUnits":1,
"WriteCapacityUnits":1
},
"TableSizeBytes":16676,
"ItemCount":70,
"TableArn":"arn:aws:dynamodb:us-east-1:078742956215:table/alarms",
"GlobalSecondaryIndexes":[
{
"IndexName":"group-index",
"KeySchema":[
{
"AttributeName":"group",
"KeyType":"HASH"
}
],
"Projection":{
"ProjectionType":"ALL"
},
"IndexStatus":"ACTIVE",
"ProvisionedThroughput":{
"NumberOfDecreasesToday":0,
"ReadCapacityUnits":1,
"WriteCapacityUnits":2
},
"IndexSizeBytes":16676,
"ItemCount":70,
"IndexArn":"arn:aws:dynamodb:us-east-1:078742956215:table/alarms/index/group-index"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment