Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DataSources = []*common.DataSource{
makeFrontendO11yAppDataSource(),
}
View Source
var Resources = []*common.Resource{
makeResourceFrontendO11yApp(),
}
Functions ¶
This section is empty.
Types ¶
type FrontendO11yAppTFModel ¶
type FrontendO11yAppTFModel struct { ID types.Int64 `tfsdk:"id"` StackID types.Int64 `tfsdk:"stack_id"` Name types.String `tfsdk:"name"` AllowedOrigins types.List `tfsdk:"allowed_origins"` ExtraLogAtrributes types.Map `tfsdk:"extra_log_attributes"` Settings types.Map `tfsdk:"settings"` CollectorEndpoint types.String `tfsdk:"collector_endpoint"` }
Click to show internal directories.
Click to hide internal directories.