connectbotassociation

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 LexBot

type LexBot struct {
	// LexRegion: string, optional
	LexRegion terra.StringValue `hcl:"lex_region,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type LexBotAttributes

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

func (LexBotAttributes) InternalRef

func (lb LexBotAttributes) InternalRef() (terra.Reference, error)

func (LexBotAttributes) InternalTokens

func (lb LexBotAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LexBotAttributes) InternalWithRef

func (lb LexBotAttributes) InternalWithRef(ref terra.Reference) LexBotAttributes

func (LexBotAttributes) LexRegion

func (lb LexBotAttributes) LexRegion() terra.StringValue

func (LexBotAttributes) Name

type LexBotState

type LexBotState struct {
	LexRegion string `json:"lex_region"`
	Name      string `json:"name"`
}

Jump to

Keyboard shortcuts

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