serverless-tag-resources 1.2.17 → 1.2.19
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 +5 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -157,6 +157,7 @@ class TagResourcesServerlessPlugin {
|
|
|
157
157
|
"AWS::Pinpoint::SMSChannel",
|
|
158
158
|
"AWS::Pinpoint::VoiceChannel",
|
|
159
159
|
"AWS::QLDB::Ledger",
|
|
160
|
+
"AWS::Scheduler::Schedule",
|
|
160
161
|
];
|
|
161
162
|
|
|
162
163
|
this.tagDictBasedTypes = [
|
|
@@ -179,6 +180,10 @@ class TagResourcesServerlessPlugin {
|
|
|
179
180
|
"AWS::Glue::MLTransform",
|
|
180
181
|
"AWS::Glue::Trigger",
|
|
181
182
|
"AWS::Glue::Workflow",
|
|
183
|
+
"AWS::Batch::JobDefinition",
|
|
184
|
+
"AWS::Batch::ComputeEnvironment",
|
|
185
|
+
"AWS::Batch::JobQueue",
|
|
186
|
+
"AWS::Batch::SchedulingPolicy",
|
|
182
187
|
];
|
|
183
188
|
|
|
184
189
|
this.otherBasedTypes = [
|