ec2trafficmirrorfilterrule

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 DestinationPortRange

type DestinationPortRange struct {
	// FromPort: number, optional
	FromPort terra.NumberValue `hcl:"from_port,attr"`
	// ToPort: number, optional
	ToPort terra.NumberValue `hcl:"to_port,attr"`
}

type DestinationPortRangeAttributes

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

func (DestinationPortRangeAttributes) FromPort

func (DestinationPortRangeAttributes) InternalRef

func (dpr DestinationPortRangeAttributes) InternalRef() (terra.Reference, error)

func (DestinationPortRangeAttributes) InternalTokens

func (dpr DestinationPortRangeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DestinationPortRangeAttributes) InternalWithRef

func (DestinationPortRangeAttributes) ToPort

type DestinationPortRangeState

type DestinationPortRangeState struct {
	FromPort float64 `json:"from_port"`
	ToPort   float64 `json:"to_port"`
}

type SourcePortRange

type SourcePortRange struct {
	// FromPort: number, optional
	FromPort terra.NumberValue `hcl:"from_port,attr"`
	// ToPort: number, optional
	ToPort terra.NumberValue `hcl:"to_port,attr"`
}

type SourcePortRangeAttributes

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

func (SourcePortRangeAttributes) FromPort

func (SourcePortRangeAttributes) InternalRef

func (spr SourcePortRangeAttributes) InternalRef() (terra.Reference, error)

func (SourcePortRangeAttributes) InternalTokens

func (spr SourcePortRangeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SourcePortRangeAttributes) InternalWithRef

func (SourcePortRangeAttributes) ToPort

type SourcePortRangeState

type SourcePortRangeState struct {
	FromPort float64 `json:"from_port"`
	ToPort   float64 `json:"to_port"`
}

Jump to

Keyboard shortcuts

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