Documentation ¶
Overview ¶
Package resourceprocessor implements a processor for applying changes on resource attributes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory returns a new factory for the Resource processor.
Types ¶
type Config ¶
type Config struct { // AttributesActions specifies the list of actions to be applied on resource attributes. // The set of actions are {INSERT, UPDATE, UPSERT, DELETE, HASH, EXTRACT}. AttributesActions []attraction.ActionKeyValue `mapstructure:"attributes"` }
Config defines configuration for Resource processor.
Click to show internal directories.
Click to hide internal directories.