ec2managedprefixlist

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 Entry

type Entry struct {
	// Cidr: string, required
	Cidr terra.StringValue `hcl:"cidr,attr" validate:"required"`
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
}

type EntryAttributes

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

func (EntryAttributes) Cidr

func (EntryAttributes) Description

func (e EntryAttributes) Description() terra.StringValue

func (EntryAttributes) InternalRef

func (e EntryAttributes) InternalRef() (terra.Reference, error)

func (EntryAttributes) InternalTokens

func (e EntryAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EntryAttributes) InternalWithRef

func (e EntryAttributes) InternalWithRef(ref terra.Reference) EntryAttributes

type EntryState

type EntryState struct {
	Cidr        string `json:"cidr"`
	Description string `json:"description"`
}

Jump to

Keyboard shortcuts

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