Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventFilter ¶
type EventFilter struct { // Source: string, required Source terra.StringValue `hcl:"source,attr" validate:"required"` }
type EventFilterAttributes ¶
type EventFilterAttributes struct {
// contains filtered or unexported fields
}
func (EventFilterAttributes) InternalRef ¶
func (ef EventFilterAttributes) InternalRef() (terra.Reference, error)
func (EventFilterAttributes) InternalTokens ¶
func (ef EventFilterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EventFilterAttributes) InternalWithRef ¶
func (ef EventFilterAttributes) InternalWithRef(ref terra.Reference) EventFilterAttributes
func (EventFilterAttributes) Source ¶
func (ef EventFilterAttributes) Source() terra.StringValue
type EventFilterState ¶
type EventFilterState struct {
Source string `json:"source"`
}
Click to show internal directories.
Click to hide internal directories.