Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
S3 ResourceType
}
Config - the config object we pass around that is a parsed version of RawConfig
type FilterRule ¶
FilterRule - contains regular expressions or plain text patterns used to match against a resource type's properties
type RawConfig ¶
type RawConfig struct {
S3 rawResourceType `yaml:"s3"`
}
RawConfig - used to unmarshall the raw config file
type ResourceType ¶
type ResourceType struct {
IncludeRule FilterRule
ExcludeRule FilterRule
}
ResourceType - the include and exclude rules for a resource type
Click to show internal directories.
Click to hide internal directories.