wafregionalipset

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 IpSetDescriptor

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

type IpSetDescriptorAttributes

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

func (IpSetDescriptorAttributes) InternalRef

func (isd IpSetDescriptorAttributes) InternalRef() (terra.Reference, error)

func (IpSetDescriptorAttributes) InternalTokens

func (isd IpSetDescriptorAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IpSetDescriptorAttributes) InternalWithRef

func (IpSetDescriptorAttributes) Type

func (IpSetDescriptorAttributes) Value

type IpSetDescriptorState

type IpSetDescriptorState struct {
	Type  string `json:"type"`
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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