serverless-tag-resources 1.2.10 → 1.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +13 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -30,6 +30,12 @@ class TagResourcesServerlessPlugin {
30
30
  "AWS::Lambda::EventSourceMapping",
31
31
  "AWS::Lambda::LayerVersionPermission",
32
32
  "AWS::Logs::LogGroup",
33
+ "AWS::Logs::LogStream",
34
+ "AWS::Logs::Destination",
35
+ "AWS::Logs::MetricFilter",
36
+ "AWS::Logs::QueryDefinition",
37
+ "AWS::Logs::ResourcePolicy",
38
+ "AWS::Logs::SubscriptionFilter",
33
39
  "AWS::ApiGateway::Account",
34
40
  "AWS::ApiGateway::ApiKey",
35
41
  "AWS::ApiGateway::Method",
@@ -111,9 +117,16 @@ class TagResourcesServerlessPlugin {
111
117
  "AWS::SNS::TopicPolicy",
112
118
  "AWS::SQS::QueuePolicy",
113
119
  "AWS::S3::BucketPolicy",
120
+ "AWS::SSM::ResourceDataSync",
114
121
  "AWS::SecretsManager::SecretTargetAttachment",
115
122
  "AWS::SecretsManager::RotationSchedule",
123
+ "AWS::SecretsManager::ResourcePolicy",
116
124
  "AWS::IAM::Policy",
125
+ "AWS::IAM::AccessKey",
126
+ "AWS::IAM::UserToGroupAddition",
127
+ "AWS::IAM::ServiceLinkedRole",
128
+ "AWS::IAM::ManagedPolicy",
129
+ "AWS::IAM::InstanceProfile",
117
130
  "AWS::IAM::Group",
118
131
  "AWS::IAM::ManagedPolicy",
119
132
  "AWS::EC2::VPCGatewayAttachment",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-tag-resources",
3
- "version": "1.2.10",
3
+ "version": "1.2.13",
4
4
  "description": "Datamart Solution: Tag all aws resources",
5
5
  "main": "index.js",
6
6
  "scripts": {