Documentation ¶
Index ¶
- Variables
- func TestSearcher(t *testing.T, searcher Searcher, fixtureFilename string)
- type CloudFormationStackSearcher
- type CloudWatchLogGroupSearcher
- type EC2InstanceSearcher
- type EC2SecurityGroupSearcher
- type ElasticBeanstalkEnvironmentSearcher
- type LambdaFunctionSearcher
- type S3BucketSearcher
- type Searcher
- type WAFIPSetSearcher
- type WAFWebACLSearcher
Constants ¶
This section is empty.
Variables ¶
View Source
var SearchersByServiceId map[string]Searcher = map[string]Searcher{
"cloudformation": cloudFormationStackSearcher,
"cloudformation_stacks": cloudFormationStackSearcher,
"cloudwatch": cloudWatchLogGroupSearcher,
"cloudwatch_loggroups": cloudWatchLogGroupSearcher,
"ec2": ec2InstanceSearcher,
"ec2_instances": ec2InstanceSearcher,
"ec2_securitygroups": ec2SecurityGroupSearcher,
"elasticbeanstalk": elasticBeanstalkEnvironmentSearcher,
"elasticbeanstalk_environments": elasticBeanstalkEnvironmentSearcher,
"lambda": lambdaFunctionSearcher,
"lambda_functions": lambdaFunctionSearcher,
"s3": s3BucketSearcher,
"s3_buckets": s3BucketSearcher,
"waf": wafWebACLSearcher,
"waf_webacls": wafWebACLSearcher,
"waf_ipsets": wafIPSetSearcher,
}
Functions ¶
Types ¶
type CloudFormationStackSearcher ¶
type CloudFormationStackSearcher struct{}
type CloudWatchLogGroupSearcher ¶
type CloudWatchLogGroupSearcher struct{}
type EC2InstanceSearcher ¶
type EC2InstanceSearcher struct{}
type EC2SecurityGroupSearcher ¶
type EC2SecurityGroupSearcher struct{}
type ElasticBeanstalkEnvironmentSearcher ¶
type ElasticBeanstalkEnvironmentSearcher struct{}
type LambdaFunctionSearcher ¶
type LambdaFunctionSearcher struct{}
type S3BucketSearcher ¶
type S3BucketSearcher struct{}
type WAFIPSetSearcher ¶
type WAFIPSetSearcher struct{}
Click to show internal directories.
Click to hide internal directories.