Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOMATED] Changes from Sandbox #289

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
add the advisor-check to the resource map
  • Loading branch information
iamgeef committed Oct 16, 2024
commit 0d5ad0e41e8f9761ddd77eb990a0142df3d3988c
6 changes: 4 additions & 2 deletions c7n/resources/resource_map.py
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
"aws.acm-certificate": "c7n.resources.acm.Certificate",
"aws.airflow": "c7n.resources.airflow.ApacheAirflow",
"aws.alarm": "c7n.resources.cw.Alarm",
"aws.advisor-check": "c7n.resources.support.AdvisorCheck",
"aws.ami": "c7n.resources.ami.AMI",
"aws.apigwv2": "c7n.resources.apigw.ApiGwV2",
"aws.apigw-domain-name": "c7n.resources.apigw.CustomDomainName",
@@ -71,7 +72,8 @@
"aws.eks-nodegroup": "c7n.resources.eks.NodeGroup",
"aws.elasticbeanstalk": "c7n.resources.elasticbeanstalk.ElasticBeanstalk",
"aws.elasticbeanstalk-environment": (
"c7n.resources.elasticbeanstalk.ElasticBeanstalkEnvironment"),
"c7n.resources.elasticbeanstalk.ElasticBeanstalkEnvironment"
),
"aws.elasticache-group": "c7n.resources.elasticache.ElastiCacheReplicationGroup",
"aws.elasticsearch": "c7n.resources.elasticsearch.ElasticSearchDomain",
"aws.elasticsearch-reserved": "c7n.resources.elasticsearch.ReservedInstances",
@@ -225,5 +227,5 @@
"aws.waf-regional": "c7n.resources.waf.RegionalWAF",
"aws.workspaces": "c7n.resources.workspaces.Workspace",
"aws.workspaces-directory": "c7n.resources.workspaces.WorkspaceDirectory",
"aws.workspaces-image": "c7n.resources.workspaces.WorkspaceImage"
"aws.workspaces-image": "c7n.resources.workspaces.WorkspaceImage",
}