Documentation ¶
Index ¶
- type RegularExpression
- type RegularExpressionAttributes
- func (re RegularExpressionAttributes) InternalRef() (terra.Reference, error)
- func (re RegularExpressionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (re RegularExpressionAttributes) InternalWithRef(ref terra.Reference) RegularExpressionAttributes
- func (re RegularExpressionAttributes) RegexString() terra.StringValue
- type RegularExpressionState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegularExpression ¶
type RegularExpression struct{}
type RegularExpressionAttributes ¶
type RegularExpressionAttributes struct {
// contains filtered or unexported fields
}
func (RegularExpressionAttributes) InternalRef ¶
func (re RegularExpressionAttributes) InternalRef() (terra.Reference, error)
func (RegularExpressionAttributes) InternalTokens ¶
func (re RegularExpressionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RegularExpressionAttributes) InternalWithRef ¶
func (re RegularExpressionAttributes) InternalWithRef(ref terra.Reference) RegularExpressionAttributes
func (RegularExpressionAttributes) RegexString ¶
func (re RegularExpressionAttributes) RegexString() terra.StringValue
type RegularExpressionState ¶
type RegularExpressionState struct {
RegexString string `json:"regex_string"`
}
Click to show internal directories.
Click to hide internal directories.