WafRuleGroup

Field Type Description
apiVersion string aws.kubeform.com/v1alpha1
kind string WafRuleGroup
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec WafRuleGroupSpec
status WafRuleGroupStatus

WafRuleGroupSpec

(Appears on:WafRuleGroup, WafRuleGroupStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
activatedRule []WafRuleGroupSpecActivatedRule (Optional)
metricName string
name string

WafRuleGroupSpecActivatedRule

(Appears on:WafRuleGroupSpec)
Field Type Description
action []WafRuleGroupSpecActivatedRuleAction
priority int
ruleID string
type string (Optional)

WafRuleGroupSpecActivatedRuleAction

(Appears on:WafRuleGroupSpecActivatedRule)
Field Type Description
type string

WafRuleGroupStatus

(Appears on:WafRuleGroup)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output WafRuleGroupSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)