Files
agent-claw/cdk/node_modules/aws-cdk-lib/aws-kinesisfirehose/grants.json
2026-05-06 18:55:16 -05:00

15 lines
311 B
JSON

{
"resources": {
"DeliveryStream": {
"grants": {
"putRecords": {
"actions": [
"firehose:PutRecord",
"firehose:PutRecordBatch"
],
"docSummary": "Grant the `grantee` identity permissions to perform `actions`."
}
}
}
}
}