wafregionalrulegroup

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type ActionAttributes

type ActionAttributes struct {
	// contains filtered or unexported fields
}

func (ActionAttributes) InternalRef

func (a ActionAttributes) InternalRef() (terra.Reference, error)

func (ActionAttributes) InternalTokens

func (a ActionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ActionAttributes) InternalWithRef

func (a ActionAttributes) InternalWithRef(ref terra.Reference) ActionAttributes

func (ActionAttributes) Type

type ActionState

type ActionState struct {
	Type string `json:"type"`
}

type ActivatedRule

type ActivatedRule struct {
	// Priority: number, required
	Priority terra.NumberValue `hcl:"priority,attr" validate:"required"`
	// RuleId: string, required
	RuleId terra.StringValue `hcl:"rule_id,attr" validate:"required"`
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
	// Action: required
	Action *Action `hcl:"action,block" validate:"required"`
}

type ActivatedRuleAttributes

type ActivatedRuleAttributes struct {
	// contains filtered or unexported fields
}

func (ActivatedRuleAttributes) Action

func (ActivatedRuleAttributes) InternalRef

func (ar ActivatedRuleAttributes) InternalRef() (terra.Reference, error)

func (ActivatedRuleAttributes) InternalTokens

func (ar ActivatedRuleAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ActivatedRuleAttributes) InternalWithRef

func (ActivatedRuleAttributes) Priority

func (ActivatedRuleAttributes) RuleId

func (ActivatedRuleAttributes) Type

type ActivatedRuleState

type ActivatedRuleState struct {
	Priority float64       `json:"priority"`
	RuleId   string        `json:"rule_id"`
	Type     string        `json:"type"`
	Action   []ActionState `json:"action"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL