avp-cli
Version:
Small CLI to help interacts with the Amazon Verified Permissions (AVP) service.
54 lines (52 loc) • 1.19 kB
JSON
{
"EcommercePlatform":{
"entityTypes":{
"Customer":{
"shape":{
"type":"Record",
"attributes":{
}
}
},
"Product":{
"shape":{
"type":"Record",
"attributes":{
}
}
}
},
"actions":{
"View":{
"appliesTo":{
"principalTypes":[
"Customer"
],
"resourceTypes":[
"Product"
],
"context":{
"type":"Record",
"attributes":{
"region":{
"name":"region",
"type":"String",
"required":true
}
}
}
}
},
"Edit":{
"appliesTo":{
"principalTypes":[
"Customer"
],
"resourceTypes":[
"Product"
]
}
}
}
}
}