Creates an ALB WAF configuration
Creates a STACKIT Application Load Balancer (ALB) Web Application Firewall (WAF) configuration.
stackit beta alb-waf config create [flags]
Create an ALB WAF configuration with name "my-waf-config"
$ stackit beta alb-waf config create --name my-waf-config
Create an ALB WAF configuration with a managed rule set, a custom rule group and labels
$ stackit beta alb-waf config create --name my-waf-config --managed-rule-set-name my-managed-rule-set --custom-rule-group-name my-custom-rule-group --labels key1=value1,key2=value2
--custom-rule-group-name string Name of the custom rule group configuration to attach to the WAF
-h, --help Help for "stackit beta alb-waf config create"
--labels stringToString Labels are key-value string pairs which can be attached to the WAF configuration. E.g. '--labels key1=value1,key2=value2,...' (default [])
--managed-rule-set-name string Name of the managed rule set configuration to attach to the WAF
--name string Name of the WAF configuration
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
- stackit beta alb-waf config - Provides functionality for WAF configurations of the ALB WAF