serverless-tag-resources 1.2.11 → 1.2.14
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.
- package/index.js +13 -0
- 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",
|
|
@@ -75,6 +81,7 @@ class TagResourcesServerlessPlugin {
|
|
|
75
81
|
"AWS::CloudWatch::Dashboard",
|
|
76
82
|
"AWS::CloudFront::CloudFrontOriginAccessIdentity",
|
|
77
83
|
"AWS::CloudFront::Function",
|
|
84
|
+
"AWS::CloudFront::ResponseHeadersPolicy",
|
|
78
85
|
"AWS::ElasticBeanstalk::ApplicationVersion",
|
|
79
86
|
"AWS::ElasticBeanstalk::ConfigurationTemplate",
|
|
80
87
|
"AWS::ElasticLoadBalancingV2::Listener",
|
|
@@ -111,10 +118,16 @@ class TagResourcesServerlessPlugin {
|
|
|
111
118
|
"AWS::SNS::TopicPolicy",
|
|
112
119
|
"AWS::SQS::QueuePolicy",
|
|
113
120
|
"AWS::S3::BucketPolicy",
|
|
121
|
+
"AWS::SSM::ResourceDataSync",
|
|
114
122
|
"AWS::SecretsManager::SecretTargetAttachment",
|
|
115
123
|
"AWS::SecretsManager::RotationSchedule",
|
|
116
124
|
"AWS::SecretsManager::ResourcePolicy",
|
|
117
125
|
"AWS::IAM::Policy",
|
|
126
|
+
"AWS::IAM::AccessKey",
|
|
127
|
+
"AWS::IAM::UserToGroupAddition",
|
|
128
|
+
"AWS::IAM::ServiceLinkedRole",
|
|
129
|
+
"AWS::IAM::ManagedPolicy",
|
|
130
|
+
"AWS::IAM::InstanceProfile",
|
|
118
131
|
"AWS::IAM::Group",
|
|
119
132
|
"AWS::IAM::ManagedPolicy",
|
|
120
133
|
"AWS::EC2::VPCGatewayAttachment",
|