Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWafConfigurationDatasource ¶
func NewWafConfigurationDatasource() datasource.DataSource
Types ¶
type ItemsModel ¶
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"`
ProjectId types.String `tfsdk:"project_id"`
Region types.String `tfsdk:"region"`
Name types.String `tfsdk:"name"`
Labels types.Map `tfsdk:"labels"`
ManagedRuleSetName types.String `tfsdk:"managed_rule_set_name"`
CustomRuleGroupName types.String `tfsdk:"custom_rule_group_name"`
}
Click to show internal directories.
Click to hide internal directories.