Documentation
¶
Index ¶
- type Change
- type ChangeType
- type Controls
- type Regions
- type SecHub
- func (sh *SecHub) Apply(ctx context.Context, cfg aws.Config, reason string) error
- func (sh *SecHub) Fetch(ctx context.Context, cfg aws.Config) error
- func (s *SecHub) MarshalYAML() ([]byte, error)
- func (sh *SecHub) Plan(ctx context.Context, cfg aws.Config) ([]*Change, error)
- func (s *SecHub) UnmarshalYAML(b []byte) error
- type SecHubForUnmarshal
- type Standard
- type Standards
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct {
Key string
ChangeType ChangeType
}
type SecHub ¶
type SecHub struct {
AutoEnable *bool `yaml:"autoEnable,omitempty"`
Standards Standards
Regions Regions
// contains filtered or unexported fields
}
func (*SecHub) MarshalYAML ¶
func (*SecHub) UnmarshalYAML ¶
type SecHubForUnmarshal ¶
type SecHubForUnmarshal struct {
AutoEnable *bool `yaml:"autoEnable,omitempty"`
Standards map[string]*Standard `yaml:"standards,omitempty"`
Regions map[string]*SecHubForUnmarshal `yaml:"regions,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.