wafregionalratebasedrule

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 Predicate

type Predicate struct {
	// DataId: string, required
	DataId terra.StringValue `hcl:"data_id,attr" validate:"required"`
	// Negated: bool, required
	Negated terra.BoolValue `hcl:"negated,attr" validate:"required"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type PredicateAttributes

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

func (PredicateAttributes) DataId

func (PredicateAttributes) InternalRef

func (p PredicateAttributes) InternalRef() (terra.Reference, error)

func (PredicateAttributes) InternalTokens

func (p PredicateAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PredicateAttributes) InternalWithRef

func (p PredicateAttributes) InternalWithRef(ref terra.Reference) PredicateAttributes

func (PredicateAttributes) Negated

func (p PredicateAttributes) Negated() terra.BoolValue

func (PredicateAttributes) Type

type PredicateState

type PredicateState struct {
	DataId  string `json:"data_id"`
	Negated bool   `json:"negated"`
	Type    string `json:"type"`
}

Jump to

Keyboard shortcuts

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