Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudComplianceCustomFrameworkResource ¶ added in v0.0.43
func NewCloudComplianceFrameworkControlDataSource ¶
func NewCloudComplianceFrameworkControlDataSource() datasource.DataSource
func RegisterSweepers ¶ added in v0.0.62
func RegisterSweepers()
Types ¶
type ControlDomainModel ¶ added in v0.0.43
type ControlDomainModel struct {
Key string
ID string
Name string
Description string
Rules []string
}
ControlDomainModel is the Go representation of ControlTFModel.
type ControlTFModel ¶ added in v0.0.43
type SectionDomainModel ¶ added in v0.0.43
type SectionDomainModel struct {
Key string
Name string
Controls map[string]ControlDomainModel
}
SectionDomainModel is the Go representation of SectionTFModel.
Click to show internal directories.
Click to hide internal directories.