Documentation ¶
Index ¶
- type LexBot
- type LexBotAttributes
- func (lb LexBotAttributes) InternalRef() (terra.Reference, error)
- func (lb LexBotAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lb LexBotAttributes) InternalWithRef(ref terra.Reference) LexBotAttributes
- func (lb LexBotAttributes) LexRegion() terra.StringValue
- func (lb LexBotAttributes) Name() terra.StringValue
- type LexBotState
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 ¶
func (lb LexBotAttributes) Name() terra.StringValue
type LexBotState ¶
Click to show internal directories.
Click to hide internal directories.