From 784f86103903e4b18b285561ca530972f9f2f068 Mon Sep 17 00:00:00 2001 From: LocalStack Bot Date: Mon, 31 Aug 2026 05:03:21 +0000 Subject: [PATCH] update generated replicator coverage file --- src/data/replicator/coverage.json | 93 +++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/src/data/replicator/coverage.json b/src/data/replicator/coverage.json index 34e4d80f5..7b1e445fc 100644 --- a/src/data/replicator/coverage.json +++ b/src/data/replicator/coverage.json @@ -1,4 +1,36 @@ [ + { + "resource_type": "AWS::ApiGateway::RestApi", + "service": "apigateway", + "single": { + "policy_statements": [ + "apigateway:GET" + ], + "identifier": "RestApiId" + }, + "batch": { + "policy_statements": [ + "apigateway:GET" + ], + "identifier": null + } + }, + { + "resource_type": "AWS::ApiGatewayV2::Api", + "service": "apigatewayv2", + "single": { + "policy_statements": [ + "apigateway:GET" + ], + "identifier": "ApiId" + }, + "batch": { + "policy_statements": [ + "apigateway:GET" + ], + "identifier": "Optional" + } + }, { "resource_type": "AWS::DynamoDB::Table", "service": "dynamodb", @@ -152,6 +184,34 @@ "identifier": "KeyId" } }, + { + "resource_type": "AWS::Kinesis::Stream", + "service": "kinesis", + "single": { + "policy_statements": [ + "kinesis:DescribeStreamSummary", + "kinesis:ListTagsForResource" + ], + "identifier": "StreamName" + }, + "batch": { + "policy_statements": [ + "kinesis:ListStreams", + "kinesis:DescribeStreamSummary", + "kinesis:ListTagsForResource" + ], + "identifier": null + }, + "resource_tree": { + "resources": [ + "AWS::KMS::Key" + ], + "extra_policy_statements": [ + "kms:DescribeKey", + "kms:ListResourceTags" + ] + } + }, { "resource_type": "AWS::Lambda::LayerVersion", "service": "lambda", @@ -399,6 +459,39 @@ "identifier": "TopicArn" } }, + { + "resource_type": "AWS::SQS::Queue", + "service": "sqs", + "single": { + "policy_statements": [ + "sqs:GetQueueUrl", + "sqs:GetQueueAttributes", + "sqs:ListQueueTags" + ], + "identifier": "QueueUrl" + }, + "batch": { + "policy_statements": [ + "sqs:ListQueues", + "sqs:GetQueueAttributes", + "sqs:ListQueueTags" + ], + "identifier": "Optional queue name prefix filter (ListQueues QueueNamePrefix)" + }, + "resource_tree": { + "resources": [ + "AWS::KMS::Key", + "AWS::SQS::Queue" + ], + "extra_policy_statements": [ + "kms:DescribeKey", + "kms:ListResourceTags", + "sqs:GetQueueAttributes", + "sqs:GetQueueUrl", + "sqs:ListQueueTags" + ] + } + }, { "resource_type": "AWS::SSM::Parameter", "service": "ssm",