Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WAFer ¶ added in v1.1.0
type WAFer interface { GetWebACL(*waf.GetWebACLInput) (*waf.GetWebACLOutput, error) GetRule(*waf.GetRuleInput) (*waf.GetRuleOutput, error) }
WAFer provides GetWebACL and GetRule API operations.
type WafPlugin ¶
type WafPlugin struct { AccessKeyID string SecretAccessKey string Region string WebACLID string WebACL string Rules []string CloudWatch *cloudwatch.CloudWatch }
WafPlugin mackerel plugin for aws waf
func (WafPlugin) FetchMetrics ¶
FetchMetrics interface for mackerelplugin
Click to show internal directories.
Click to hide internal directories.