serverless-tag-resources 1.2.9 → 1.2.12
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 +14 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -53,6 +53,13 @@ class TagResourcesServerlessPlugin {
|
|
|
53
53
|
"AWS::ApiGateway::GatewayResponse",
|
|
54
54
|
"AWS::ApiGateway::Authorizer",
|
|
55
55
|
"AWS::AppSync::DataSource",
|
|
56
|
+
"AWS::AppSync::ApiKey",
|
|
57
|
+
"AWS::AppSync::ApiCache",
|
|
58
|
+
"AWS::AppSync::DomainName",
|
|
59
|
+
"AWS::AppSync::DomainNameApiAssociation",
|
|
60
|
+
"AWS::AppSync::FunctionConfiguration",
|
|
61
|
+
"AWS::AppSync::GraphQLSchema",
|
|
62
|
+
"AWS::AppSync::Resolver",
|
|
56
63
|
"AWS::CodeDeploy::Application",
|
|
57
64
|
"AWS::CodeDeploy::DeploymentConfig",
|
|
58
65
|
"AWS::Cognito::IdentityPool",
|
|
@@ -104,9 +111,16 @@ class TagResourcesServerlessPlugin {
|
|
|
104
111
|
"AWS::SNS::TopicPolicy",
|
|
105
112
|
"AWS::SQS::QueuePolicy",
|
|
106
113
|
"AWS::S3::BucketPolicy",
|
|
114
|
+
"AWS::SSM::ResourceDataSync",
|
|
107
115
|
"AWS::SecretsManager::SecretTargetAttachment",
|
|
108
116
|
"AWS::SecretsManager::RotationSchedule",
|
|
117
|
+
"AWS::SecretsManager::ResourcePolicy",
|
|
109
118
|
"AWS::IAM::Policy",
|
|
119
|
+
"AWS::IAM::AccessKey",
|
|
120
|
+
"AWS::IAM::UserToGroupAddition",
|
|
121
|
+
"AWS::IAM::ServiceLinkedRole",
|
|
122
|
+
"AWS::IAM::ManagedPolicy",
|
|
123
|
+
"AWS::IAM::InstanceProfile",
|
|
110
124
|
"AWS::IAM::Group",
|
|
111
125
|
"AWS::IAM::ManagedPolicy",
|
|
112
126
|
"AWS::EC2::VPCGatewayAttachment",
|