Documentation
¶
Overview ¶
Package make implements a steampipe plugin for Make.com.
This plugin provides data that Steampipe uses to present foreign tables that represent Make.com resources.
Index ¶
- Variables
- func ConfigInstance() interface{}
- func LogQueryContext(namespace string, ctx context.Context, d *plugin.QueryData, ...)
- func NewMakeClient(c *plugin.Connection) (*makesdk.Client, error)
- func Plugin(ctx context.Context) *plugin.Plugin
- func StandardColumnDescription(key string) string
- func ToJSON(value interface{}) string
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigSchema = map[string]*schema.Attribute{ "api_token": {Type: schema.TypeString}, "environment_url": {Type: schema.TypeString}, "rate_limit": {Type: schema.TypeInt}, }
Functions ¶
func ConfigInstance ¶ added in v0.2.0
func ConfigInstance() interface{}
func LogQueryContext ¶
func NewMakeClient ¶ added in v0.2.0
func NewMakeClient(c *plugin.Connection) (*makesdk.Client, error)
Types ¶
Source Files
¶
- config.go
- plugin.go
- table_make_api_token.go
- table_make_connection.go
- table_make_data_store.go
- table_make_function.go
- table_make_hook.go
- table_make_organization.go
- table_make_organization_variable.go
- table_make_scenario.go
- table_make_scenario_dlq.go
- table_make_scenario_log.go
- table_make_team.go
- table_make_team_variable.go
- table_make_user.go
- table_make_user_organization_role.go
- table_make_user_role.go
- table_make_user_team_role.go
- utils.go
Click to show internal directories.
Click to hide internal directories.