Documentation ¶
Index ¶
- type FieldToMatch
- type FieldToMatchAttributes
- func (ftm FieldToMatchAttributes) Data() terra.StringValue
- func (ftm FieldToMatchAttributes) InternalRef() (terra.Reference, error)
- func (ftm FieldToMatchAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ftm FieldToMatchAttributes) InternalWithRef(ref terra.Reference) FieldToMatchAttributes
- func (ftm FieldToMatchAttributes) Type() terra.StringValue
- type FieldToMatchState
- type RegexMatchTuple
- type RegexMatchTupleAttributes
- func (rmt RegexMatchTupleAttributes) FieldToMatch() terra.ListValue[FieldToMatchAttributes]
- func (rmt RegexMatchTupleAttributes) InternalRef() (terra.Reference, error)
- func (rmt RegexMatchTupleAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rmt RegexMatchTupleAttributes) InternalWithRef(ref terra.Reference) RegexMatchTupleAttributes
- func (rmt RegexMatchTupleAttributes) RegexPatternSetId() terra.StringValue
- func (rmt RegexMatchTupleAttributes) TextTransformation() terra.StringValue
- type RegexMatchTupleState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldToMatch ¶
type FieldToMatch struct { // Data: string, optional Data terra.StringValue `hcl:"data,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type FieldToMatchAttributes ¶
type FieldToMatchAttributes struct {
// contains filtered or unexported fields
}
func (FieldToMatchAttributes) Data ¶
func (ftm FieldToMatchAttributes) Data() terra.StringValue
func (FieldToMatchAttributes) InternalRef ¶
func (ftm FieldToMatchAttributes) InternalRef() (terra.Reference, error)
func (FieldToMatchAttributes) InternalTokens ¶
func (ftm FieldToMatchAttributes) InternalTokens() (hclwrite.Tokens, error)
func (FieldToMatchAttributes) InternalWithRef ¶
func (ftm FieldToMatchAttributes) InternalWithRef(ref terra.Reference) FieldToMatchAttributes
func (FieldToMatchAttributes) Type ¶
func (ftm FieldToMatchAttributes) Type() terra.StringValue
type FieldToMatchState ¶
type RegexMatchTuple ¶
type RegexMatchTuple struct { // RegexPatternSetId: string, required RegexPatternSetId terra.StringValue `hcl:"regex_pattern_set_id,attr" validate:"required"` // TextTransformation: string, required TextTransformation terra.StringValue `hcl:"text_transformation,attr" validate:"required"` // FieldToMatch: required FieldToMatch *FieldToMatch `hcl:"field_to_match,block" validate:"required"` }
type RegexMatchTupleAttributes ¶
type RegexMatchTupleAttributes struct {
// contains filtered or unexported fields
}
func (RegexMatchTupleAttributes) FieldToMatch ¶
func (rmt RegexMatchTupleAttributes) FieldToMatch() terra.ListValue[FieldToMatchAttributes]
func (RegexMatchTupleAttributes) InternalRef ¶
func (rmt RegexMatchTupleAttributes) InternalRef() (terra.Reference, error)
func (RegexMatchTupleAttributes) InternalTokens ¶
func (rmt RegexMatchTupleAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RegexMatchTupleAttributes) InternalWithRef ¶
func (rmt RegexMatchTupleAttributes) InternalWithRef(ref terra.Reference) RegexMatchTupleAttributes
func (RegexMatchTupleAttributes) RegexPatternSetId ¶
func (rmt RegexMatchTupleAttributes) RegexPatternSetId() terra.StringValue
func (RegexMatchTupleAttributes) TextTransformation ¶
func (rmt RegexMatchTupleAttributes) TextTransformation() terra.StringValue
type RegexMatchTupleState ¶
type RegexMatchTupleState struct { RegexPatternSetId string `json:"regex_pattern_set_id"` TextTransformation string `json:"text_transformation"` FieldToMatch []FieldToMatchState `json:"field_to_match"` }
Click to show internal directories.
Click to hide internal directories.