Documentation ¶
Index ¶
- Constants
- Variables
- func BuildFullResourceName(mod, blockType, name string) string
- func BuildModDependencyPath(dependencyName string, version *semver.Version) string
- func BuildModResourceName(blockType, name string) string
- func CtyValueToPipelineStepInputNotifyValueMap(value cty.Value) (map[string]interface{}, error)
- func DefaultCredentials() map[string]Credential
- func GetCtyTypes(item interface{}) map[string]cty.Type
- func GetCtyValue(item interface{}) (cty.Value, error)
- func GetTriggerTypeFromTriggerConfig(config TriggerConfig) string
- func NewDefaultWorkspaceProfile[T WorkspaceProfile]() (T, hcl.Diagnostics)
- func NewWorkspaceProfile[T WorkspaceProfile](block *hcl.Block) (T, hcl.Diagnostics)
- func ParseModDependencyPath(fullName string) (modDependencyName string, modVersion *semver.Version, err error)
- func PseudoResourceNameFromPath(modPath, filePath string) (string, error)
- func RegisteredFileExtensions() []string
- func ResolveArgs(qp QueryProvider, runtimeArgs *QueryArgs) ([]any, error)
- func ResolvePluginImageRef(pluginAlias string) string
- func SteampipeOptionsBlockMapping(block *hcl.Block) (options.Options, hcl.Diagnostics)
- func UnqualifiedResourceName(fullName string) string
- type AbuseIPDBCredential
- type AwsCredential
- type AzureCredential
- type BasicAuthConfig
- type BasicCredential
- type Benchmark
- func (b *Benchmark) CtyValue() (cty.Value, error)
- func (b *Benchmark) Diff(other *Benchmark) *DashboardTreeItemDiffs
- func (b *Benchmark) Equals(other *Benchmark) bool
- func (b *Benchmark) GetChildControls() []*Control
- func (b *Benchmark) GetDisplay() string
- func (b *Benchmark) GetType() string
- func (b *Benchmark) GetUnqualifiedName() string
- func (b *Benchmark) GetWidth() int
- func (b *Benchmark) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- func (b *Benchmark) SetChildren(children []ModTreeItem)
- func (b *Benchmark) String() string
- func (b *Benchmark) WalkResources(resourceFunc func(resource ModTreeItem) (bool, error)) error
- type ClickUpCredential
- type ConfigMap
- func (m ConfigMap) PopulateConfigMapForOptions(o options.Options)
- func (m ConfigMap) SetBoolItem(argValue *bool, argName string)
- func (m ConfigMap) SetIntItem(argValue *int, argName string)
- func (m ConfigMap) SetStringItem(argValue *string, argName string)
- func (m ConfigMap) SetStringSliceItem(argValue []string, argName string)
- type Connection
- func (c *Connection) Equals(other *Connection) bool
- func (c *Connection) GetEmptyAggregatorError() string
- func (c *Connection) GetResolveConnectionNames() []string
- func (c *Connection) ImportDisabled() bool
- func (c *Connection) PopulateChildren(connectionMap map[string]*Connection) []string
- func (c *Connection) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
- func (c *Connection) String() string
- func (c *Connection) Validate(map[string]*Connection) (warnings []string, errors []string)
- func (c *Connection) ValidateAggregatorConnection() (warnings, errors []string)
- type ConnectionStringItem
- type Control
- func (c *Control) CtyValue() (cty.Value, error)
- func (c *Control) Diff(other *Control) *DashboardTreeItemDiffs
- func (c *Control) Equals(other *Control) bool
- func (c *Control) GetDisplay() string
- func (c *Control) GetParentNames() []string
- func (c *Control) GetType() string
- func (c *Control) GetWidth() int
- func (c *Control) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- func (c *Control) String() string
- type Credential
- type CtyValueProvider
- type Dashboard
- func (d *Dashboard) AddChild(child ModTreeItem) hcl.Diagnostics
- func (d *Dashboard) CtyValue() (cty.Value, error)
- func (d *Dashboard) Diff(other *Dashboard) *DashboardTreeItemDiffs
- func (d *Dashboard) Equals(other *Dashboard) bool
- func (d *Dashboard) GetDisplay() string
- func (d *Dashboard) GetInput(name string) (*DashboardInput, bool)
- func (d *Dashboard) GetInputs() map[string]*DashboardInput
- func (d *Dashboard) GetType() string
- func (d *Dashboard) GetWidth() int
- func (d *Dashboard) InitInputs() hcl.Diagnostics
- func (d *Dashboard) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- func (d *Dashboard) SetChildren(children []ModTreeItem)
- func (d *Dashboard) ValidateRuntimeDependencies(workspace ResourceMapsProvider) error
- func (d *Dashboard) WalkResources(resourceFunc func(resource HclResource) (bool, error)) error
- type DashboardCard
- func (c *DashboardCard) CtyValue() (cty.Value, error)
- func (c *DashboardCard) Diff(other *DashboardCard) *DashboardTreeItemDiffs
- func (c *DashboardCard) Equals(other *DashboardCard) bool
- func (c *DashboardCard) GetDisplay() string
- func (c *DashboardCard) GetDocumentation() string
- func (c *DashboardCard) GetType() string
- func (c *DashboardCard) GetWidth() int
- func (c *DashboardCard) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- func (c *DashboardCard) ValidateQuery() hcl.Diagnostics
- type DashboardCategory
- func (c *DashboardCategory) CtyValue() (cty.Value, error)
- func (c *DashboardCategory) Diff(other *DashboardCategory) *DashboardTreeItemDiffs
- func (c *DashboardCategory) Equals(other *DashboardCategory) bool
- func (c *DashboardCategory) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- type DashboardCategoryFold
- type DashboardCategoryList
- type DashboardCategoryProperty
- type DashboardCategoryPropertyList
- type DashboardChart
- func (c *DashboardChart) CtyValue() (cty.Value, error)
- func (c *DashboardChart) Diff(other *DashboardChart) *DashboardTreeItemDiffs
- func (c *DashboardChart) Equals(other *DashboardChart) bool
- func (c *DashboardChart) GetDisplay() string
- func (c *DashboardChart) GetType() string
- func (c *DashboardChart) GetWidth() int
- func (c *DashboardChart) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- type DashboardChartAxes
- type DashboardChartAxesX
- type DashboardChartAxesY
- type DashboardChartAxisTitle
- type DashboardChartLabels
- type DashboardChartLegend
- type DashboardChartSeries
- type DashboardChartSeriesList
- type DashboardChartSeriesPoint
- type DashboardContainer
- func (c *DashboardContainer) AddChild(child ModTreeItem)
- func (c *DashboardContainer) CtyValue() (cty.Value, error)
- func (c *DashboardContainer) Diff(other *DashboardContainer) *DashboardTreeItemDiffs
- func (c *DashboardContainer) Equals(other *DashboardContainer) bool
- func (c *DashboardContainer) GetDisplay() string
- func (c *DashboardContainer) GetType() string
- func (c *DashboardContainer) GetWidth() int
- func (c *DashboardContainer) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- func (c *DashboardContainer) SetChildren(children []ModTreeItem)
- func (c *DashboardContainer) WalkResources(resourceFunc func(resource HclResource) (bool, error)) error
- type DashboardEdge
- func (e *DashboardEdge) CtyValue() (cty.Value, error)
- func (e *DashboardEdge) Diff(other *DashboardEdge) *DashboardTreeItemDiffs
- func (e *DashboardEdge) Equals(other *DashboardEdge) bool
- func (e *DashboardEdge) GetDisplay() string
- func (e *DashboardEdge) GetDocumentation() string
- func (e *DashboardEdge) GetType() string
- func (e *DashboardEdge) GetWidth() int
- func (e *DashboardEdge) OnDecoded(_ *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- type DashboardEdgeList
- type DashboardFlow
- func (f *DashboardFlow) AddCategory(category *DashboardCategory) hcl.Diagnostics
- func (f *DashboardFlow) AddChild(child HclResource) hcl.Diagnostics
- func (f *DashboardFlow) CtyValue() (cty.Value, error)
- func (f *DashboardFlow) Diff(other *DashboardFlow) *DashboardTreeItemDiffs
- func (f *DashboardFlow) Equals(other *DashboardFlow) bool
- func (f *DashboardFlow) GetChildren() []ModTreeItem
- func (f *DashboardFlow) GetDisplay() string
- func (f *DashboardFlow) GetEdges() DashboardEdgeList
- func (f *DashboardFlow) GetNodes() DashboardNodeList
- func (f *DashboardFlow) GetType() string
- func (f *DashboardFlow) GetWidth() int
- func (f *DashboardFlow) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- func (f *DashboardFlow) SetEdges(edges DashboardEdgeList)
- func (f *DashboardFlow) SetNodes(nodes DashboardNodeList)
- func (*DashboardFlow) ValidateQuery() hcl.Diagnostics
- type DashboardGraph
- func (g *DashboardGraph) AddCategory(category *DashboardCategory) hcl.Diagnostics
- func (g *DashboardGraph) AddChild(child HclResource) hcl.Diagnostics
- func (g *DashboardGraph) CtyValue() (cty.Value, error)
- func (g *DashboardGraph) Diff(other *DashboardGraph) *DashboardTreeItemDiffs
- func (g *DashboardGraph) Equals(other *DashboardGraph) bool
- func (g *DashboardGraph) GetChildren() []ModTreeItem
- func (g *DashboardGraph) GetDisplay() string
- func (g *DashboardGraph) GetEdges() DashboardEdgeList
- func (g *DashboardGraph) GetNodes() DashboardNodeList
- func (g *DashboardGraph) GetType() string
- func (g *DashboardGraph) GetWidth() int
- func (g *DashboardGraph) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- func (g *DashboardGraph) SetEdges(edges DashboardEdgeList)
- func (g *DashboardGraph) SetNodes(nodes DashboardNodeList)
- type DashboardHierarchy
- func (h *DashboardHierarchy) AddCategory(category *DashboardCategory) hcl.Diagnostics
- func (h *DashboardHierarchy) AddChild(child HclResource) hcl.Diagnostics
- func (h *DashboardHierarchy) CtyValue() (cty.Value, error)
- func (h *DashboardHierarchy) Diff(other *DashboardHierarchy) *DashboardTreeItemDiffs
- func (h *DashboardHierarchy) Equals(other *DashboardHierarchy) bool
- func (h *DashboardHierarchy) GetChildren() []ModTreeItem
- func (h *DashboardHierarchy) GetDisplay() string
- func (h *DashboardHierarchy) GetDocumentation() string
- func (h *DashboardHierarchy) GetEdges() DashboardEdgeList
- func (h *DashboardHierarchy) GetNodes() DashboardNodeList
- func (h *DashboardHierarchy) GetType() string
- func (h *DashboardHierarchy) GetWidth() int
- func (h *DashboardHierarchy) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- func (h *DashboardHierarchy) SetEdges(edges DashboardEdgeList)
- func (h *DashboardHierarchy) SetNodes(nodes DashboardNodeList)
- type DashboardImage
- func (i *DashboardImage) CtyValue() (cty.Value, error)
- func (i *DashboardImage) Diff(other *DashboardImage) *DashboardTreeItemDiffs
- func (i *DashboardImage) Equals(other *DashboardImage) bool
- func (i *DashboardImage) GetDisplay() string
- func (*DashboardImage) GetDocumentation() string
- func (*DashboardImage) GetType() string
- func (i *DashboardImage) GetWidth() int
- func (i *DashboardImage) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- func (i *DashboardImage) ValidateQuery() hcl.Diagnostics
- type DashboardInput
- func (i *DashboardInput) Clone() *DashboardInput
- func (i *DashboardInput) CtyValue() (cty.Value, error)
- func (i *DashboardInput) DependsOnInput(changedInputName string) bool
- func (i *DashboardInput) Diff(other *DashboardInput) *DashboardTreeItemDiffs
- func (i *DashboardInput) Equals(other *DashboardInput) bool
- func (i *DashboardInput) GetDisplay() string
- func (i *DashboardInput) GetType() string
- func (i *DashboardInput) GetWidth() int
- func (i *DashboardInput) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- func (i *DashboardInput) SetDashboard(dashboard *Dashboard)
- func (i *DashboardInput) ValidateQuery() hcl.Diagnostics
- type DashboardInputOption
- type DashboardLeafNode
- type DashboardNode
- func (n *DashboardNode) CtyValue() (cty.Value, error)
- func (n *DashboardNode) Diff(other *DashboardNode) *DashboardTreeItemDiffs
- func (n *DashboardNode) Equals(other *DashboardNode) bool
- func (n *DashboardNode) GetDisplay() string
- func (n *DashboardNode) GetType() string
- func (n *DashboardNode) GetWidth() int
- func (n *DashboardNode) OnDecoded(_ *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- type DashboardNodeList
- type DashboardTable
- func (t *DashboardTable) CtyValue() (cty.Value, error)
- func (t *DashboardTable) Diff(other *DashboardTable) *DashboardTreeItemDiffs
- func (t *DashboardTable) Equals(other *DashboardTable) bool
- func (t *DashboardTable) GetDisplay() string
- func (*DashboardTable) GetDocumentation() string
- func (t *DashboardTable) GetType() string
- func (t *DashboardTable) GetWidth() int
- func (t *DashboardTable) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
- type DashboardTableColumn
- type DashboardTableColumnList
- type DashboardText
- func (t *DashboardText) CtyValue() (cty.Value, error)
- func (t *DashboardText) Diff(other *DashboardText) *DashboardTreeItemDiffs
- func (t *DashboardText) Equals(other *DashboardText) bool
- func (t *DashboardText) GetDisplay() string
- func (*DashboardText) GetDocumentation() string
- func (t *DashboardText) GetType() string
- func (t *DashboardText) GetWidth() int
- func (t *DashboardText) OnDecoded(*hcl.Block, ResourceMapsProvider) hcl.Diagnostics
- type DashboardTreeItemDiffs
- type DashboardWith
- func (w *DashboardWith) CtyValue() (cty.Value, error)
- func (w *DashboardWith) Diff(other *DashboardWith) *DashboardTreeItemDiffs
- func (w *DashboardWith) Equals(other *DashboardWith) bool
- func (*DashboardWith) GetDisplay() string
- func (*DashboardWith) GetType() string
- func (*DashboardWith) GetWidth() int
- func (w *DashboardWith) OnDecoded(_ *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- type DiscordCredential
- type EmailIntegration
- type ErrorConfig
- type FlowpipeConfig
- type FlowpipeRequire
- type FlowpipeWorkspaceProfile
- func (p *FlowpipeWorkspaceProfile) ConfigMap(cmd *cobra.Command) map[string]interface{}
- func (p *FlowpipeWorkspaceProfile) CtyValue() (cty.Value, error)
- func (p *FlowpipeWorkspaceProfile) GetDeclRange() *hcl.Range
- func (p *FlowpipeWorkspaceProfile) GetInstallDir() *string
- func (p *FlowpipeWorkspaceProfile) GetOptionsForBlock(block *hcl.Block) (options.Options, hcl.Diagnostics)
- func (p *FlowpipeWorkspaceProfile) IsNil() bool
- func (p *FlowpipeWorkspaceProfile) Name() string
- func (p *FlowpipeWorkspaceProfile) OnDecoded() hcl.Diagnostics
- func (p *FlowpipeWorkspaceProfile) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
- func (p *FlowpipeWorkspaceProfile) ShortName() string
- type GcpCredential
- type GitLabCredential
- type GithubCredential
- type HclResource
- func NewBenchmark(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewControl(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboard(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardCard(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardCategory(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardChart(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardContainer(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardEdge(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardFlow(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardGraph(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardHierarchy(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardImage(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardInput(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardNode(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardTable(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardText(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewDashboardWith(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewQuery(block *hcl.Block, mod *Mod, shortName string) HclResource
- func NewRootBenchmarkWithChildren(mod *Mod, children []ModTreeItem) HclResource
- type HclResourceImpl
- func (b *HclResourceImpl) BlockType() string
- func (b *HclResourceImpl) CtyValue() (cty.Value, error)
- func (b *HclResourceImpl) Equals(other *HclResourceImpl) bool
- func (b *HclResourceImpl) GetBase() HclResource
- func (b *HclResourceImpl) GetDeclRange() *hcl.Range
- func (b *HclResourceImpl) GetDescription() string
- func (b *HclResourceImpl) GetDocumentation() string
- func (b *HclResourceImpl) GetHclResourceImpl() *HclResourceImpl
- func (b *HclResourceImpl) GetTags() map[string]string
- func (b *HclResourceImpl) GetTitle() string
- func (b *HclResourceImpl) GetUnqualifiedName() string
- func (b *HclResourceImpl) IsTopLevel() bool
- func (b *HclResourceImpl) Name() string
- func (b *HclResourceImpl) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- func (b *HclResourceImpl) SetTopLevel(isTopLevel bool)
- type IP2LocationCredential
- func (c *IP2LocationCredential) CtyValue() (cty.Value, error)
- func (*IP2LocationCredential) GetCredentialType() string
- func (c *IP2LocationCredential) GetTtl() int
- func (c *IP2LocationCredential) Resolve(ctx context.Context) (Credential, error)
- func (c *IP2LocationCredential) Validate() hcl.Diagnostics
- type IPstackCredential
- type Input
- type Integration
- type JiraCredential
- type Local
- type LoopDefn
- type LoopEmailStep
- type LoopHttpStep
- type LoopPipelineStep
- type LoopQueryStep
- type LoopSleepStep
- type LoopTransformStep
- type MappableResource
- type MicrosoftTeamsCredential
- func (c *MicrosoftTeamsCredential) CtyValue() (cty.Value, error)
- func (*MicrosoftTeamsCredential) GetCredentialType() string
- func (c *MicrosoftTeamsCredential) GetTtl() int
- func (c *MicrosoftTeamsCredential) Resolve(ctx context.Context) (Credential, error)
- func (c *MicrosoftTeamsCredential) Validate() hcl.Diagnostics
- type MissingVariableError
- type Mod
- func (m *Mod) AddModDependencies(modVersions map[string]*ModVersionConstraint)
- func (m *Mod) AddReference(ref *ResourceReference)
- func (m *Mod) AddResource(item HclResource) hcl.Diagnostics
- func (m *Mod) BuildResourceTree(loadedDependencyMods ModMap) (err error)
- func (m *Mod) CtyValue() (cty.Value, error)
- func (m *Mod) Equals(other *Mod) bool
- func (m *Mod) GetInstallCacheKey() string
- func (m *Mod) GetModDependency(modName string) *ModVersionConstraint
- func (m *Mod) GetPaths() []NodePath
- func (m *Mod) GetReferences() []*ResourceReference
- func (m *Mod) GetResource(parsedName *ParsedResourceName) (resource HclResource, found bool)
- func (m *Mod) GetResourceMaps() *ResourceMaps
- func (m *Mod) HasDependentMods() bool
- func (m *Mod) IsDefaultMod() bool
- func (m *Mod) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- func (m *Mod) RemoveAllModDependencies()
- func (m *Mod) RemoveModDependencies(modVersions map[string]*ModVersionConstraint)
- func (m *Mod) RequireHasUnresolvedArgs() bool
- func (m *Mod) Save() error
- func (m *Mod) SetDependencyConfig(dependencyPath string) error
- func (m *Mod) SetFilePath(modFilePath string)
- func (m *Mod) SetPaths()
- func (m *Mod) ValidateRequirements() []error
- func (m *Mod) WalkResources(resourceFunc func(item HclResource) (bool, error)) error
- type ModItem
- type ModMap
- type ModTreeItem
- type ModTreeItemImpl
- func (b *ModTreeItemImpl) AddParent(parent ModTreeItem) error
- func (b *ModTreeItemImpl) CtyValue() (cty.Value, error)
- func (b *ModTreeItemImpl) GetChildren() []ModTreeItem
- func (b *ModTreeItemImpl) GetConnectionString() *string
- func (b *ModTreeItemImpl) GetMod() *Mod
- func (b *ModTreeItemImpl) GetModTreeItemImpl() *ModTreeItemImpl
- func (b *ModTreeItemImpl) GetParents() []ModTreeItem
- func (b *ModTreeItemImpl) GetPaths() []NodePath
- func (b *ModTreeItemImpl) SetPaths()
- type ModVariableMap
- type ModVersionConstraint
- type ModVersionConstraintCollection
- type NamedItem
- type NamedItemList
- type NextStep
- type NextStepAction
- type NodeAndEdgeProvider
- type NodePath
- type OktaCredential
- type OpenAICredential
- type OpenGraph
- type OpsgenieCredential
- type OptionsBlockFactory
- type Output
- type OutputData
- type PagerDutyCredential
- type ParamDef
- type ParsedPropertyPath
- type ParsedResourceName
- type Pipeline
- func (p *Pipeline) CoercePipelineParams(params map[string]string) (map[string]interface{}, []error)
- func (p *Pipeline) CtyValue() (cty.Value, error)
- func (p *Pipeline) Equals(other *Pipeline) bool
- func (p *Pipeline) GetMod() *Mod
- func (p *Pipeline) GetStep(stepFullyQualifiedName string) PipelineStep
- func (p *Pipeline) OnDecoded(*hcl.Block, ResourceMapsProvider) hcl.Diagnostics
- func (p *Pipeline) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *Pipeline) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
- func (ph *Pipeline) UnmarshalJSON(data []byte) error
- func (p *Pipeline) ValidatePipelineParam(params map[string]interface{}) []error
- type PipelineOutput
- type PipelineParam
- type PipelineStep
- type PipelineStepBase
- func (p *PipelineStepBase) AddUnresolvedAttribute(name string, expr hcl.Expression)
- func (p *PipelineStepBase) AddUnresolvedBody(name string, body hcl.Body)
- func (p *PipelineStepBase) AppendCredentialDependsOn(credentialDependsOn ...string)
- func (p *PipelineStepBase) AppendDependsOn(dependsOn ...string)
- func (p *PipelineStepBase) Equals(otherBase *PipelineStepBase) bool
- func (p *PipelineStepBase) GetBaseInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
- func (p *PipelineStepBase) GetCredentialDependsOn() []string
- func (p *PipelineStepBase) GetDependsOn() []string
- func (p *PipelineStepBase) GetErrorConfig(evalContext *hcl.EvalContext, ifResolution bool) (*ErrorConfig, hcl.Diagnostics)
- func (p *PipelineStepBase) GetForEach() hcl.Expression
- func (p *PipelineStepBase) GetFullyQualifiedName() string
- func (p *PipelineStepBase) GetName() string
- func (p *PipelineStepBase) GetOutputConfig() map[string]*PipelineOutput
- func (p *PipelineStepBase) GetPipelineName() string
- func (p *PipelineStepBase) GetRetryConfig(evalContext *hcl.EvalContext, ifResolution bool) (*RetryConfig, hcl.Diagnostics)
- func (p *PipelineStepBase) GetThrowConfig() []ThrowConfig
- func (p *PipelineStepBase) GetType() string
- func (p *PipelineStepBase) GetUnresolvedAttributes() map[string]hcl.Expression
- func (p *PipelineStepBase) GetUnresolvedBodies() map[string]hcl.Body
- func (p *PipelineStepBase) HandleDecodeBodyDiags(diags hcl.Diagnostics, attributeName string, body hcl.Body) hcl.Diagnostics
- func (p *PipelineStepBase) Initialize()
- func (p *PipelineStepBase) IsBaseAttribute(name string) bool
- func (p *PipelineStepBase) IsResolved() bool
- func (p *PipelineStepBase) SetBaseAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepBase) SetBlockConfig(blocks hcl.Blocks, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepBase) SetErrorConfig(errorConfig *ErrorConfig)
- func (p *PipelineStepBase) SetName(name string)
- func (p *PipelineStepBase) SetOutputConfig(output map[string]*PipelineOutput)
- func (p *PipelineStepBase) SetPipelineName(pipelineName string)
- func (p *PipelineStepBase) SetResolved(resolved bool)
- func (p *PipelineStepBase) SetType(stepType string)
- func (p *PipelineStepBase) Validate() hcl.Diagnostics
- func (p *PipelineStepBase) ValidateBaseAttributes() hcl.Diagnostics
- type PipelineStepBaseInterface
- type PipelineStepContainer
- func (p *PipelineStepContainer) Equals(iOther PipelineStep) bool
- func (p *PipelineStepContainer) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
- func (p *PipelineStepContainer) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepContainer) Validate() hcl.Diagnostics
- type PipelineStepEmail
- type PipelineStepFunction
- func (p *PipelineStepFunction) Equals(iOther PipelineStep) bool
- func (p *PipelineStepFunction) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
- func (p *PipelineStepFunction) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepFunction) Validate() hcl.Diagnostics
- type PipelineStepHttp
- func (p *PipelineStepHttp) Equals(iOther PipelineStep) bool
- func (p *PipelineStepHttp) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
- func (p *PipelineStepHttp) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepHttp) SetBlockConfig(blocks hcl.Blocks, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepHttp) Validate() hcl.Diagnostics
- type PipelineStepInput
- func (p *PipelineStepInput) Equals(iOther PipelineStep) bool
- func (p *PipelineStepInput) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
- func (p *PipelineStepInput) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepInput) SetBlockConfig(blocks hcl.Blocks, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepInput) Validate() hcl.Diagnostics
- type PipelineStepInputNotify
- type PipelineStepPipeline
- type PipelineStepQuery
- type PipelineStepSleep
- func (p *PipelineStepSleep) Equals(iOther PipelineStep) bool
- func (p *PipelineStepSleep) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
- func (p *PipelineStepSleep) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
- func (p *PipelineStepSleep) Validate() hcl.Diagnostics
- type PipelineStepTransform
- type PipesCredential
- type Plugin
- type PluginVersion
- type PluginVersionString
- type Pos
- type PowerpipeWorkspaceProfile
- func (p *PowerpipeWorkspaceProfile) ConfigMap(cmd *cobra.Command) map[string]interface{}
- func (p *PowerpipeWorkspaceProfile) CtyValue() (cty.Value, error)
- func (p *PowerpipeWorkspaceProfile) GetDeclRange() *hcl.Range
- func (p *PowerpipeWorkspaceProfile) GetInstallDir() *string
- func (p *PowerpipeWorkspaceProfile) IsNil() bool
- func (p *PowerpipeWorkspaceProfile) Name() string
- func (p *PowerpipeWorkspaceProfile) OnDecoded() hcl.Diagnostics
- func (p *PowerpipeWorkspaceProfile) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
- func (p *PowerpipeWorkspaceProfile) ShortName() string
- type Query
- func (q *Query) CtyValue() (cty.Value, error)
- func (q *Query) Diff(other *Query) *DashboardTreeItemDiffs
- func (q *Query) Equals(other *Query) bool
- func (q *Query) InitialiseFromFile(modPath, filePath string) (MappableResource, []byte, error)
- func (q *Query) OnDecoded(*hcl.Block, ResourceMapsProvider) hcl.Diagnostics
- func (q *Query) String() string
- type QueryArgs
- func (q *QueryArgs) ArgsStringList() []string
- func (q *QueryArgs) ConvertArgsList() ([]any, error)
- func (q *QueryArgs) Empty() bool
- func (q *QueryArgs) Equals(other *QueryArgs) bool
- func (q *QueryArgs) GetNamedArg(name string) (interface{}, bool, error)
- func (q *QueryArgs) GetPositionalArg(idx int) (interface{}, bool, error)
- func (q *QueryArgs) Merge(other *QueryArgs, source QueryProvider) (*QueryArgs, error)
- func (q *QueryArgs) SetArgList(argList []any) error
- func (q *QueryArgs) SetArgMap(argMap map[string]any) error
- func (q *QueryArgs) SetNamedArgVal(value any, name string) (err error)
- func (q *QueryArgs) SetPositionalArgVal(value any, idx int) (err error)
- func (q *QueryArgs) String() string
- func (q *QueryArgs) ToString(value any) (string, error)
- func (q *QueryArgs) Validate() error
- type QueryProvider
- type QueryProviderImpl
- func (q *QueryProviderImpl) ArgsInheritedFromBase() bool
- func (q *QueryProviderImpl) CtyValue() (cty.Value, error)
- func (q *QueryProviderImpl) GetArgs() *QueryArgs
- func (q *QueryProviderImpl) GetParams() []*ParamDef
- func (q *QueryProviderImpl) GetQuery() *Query
- func (q *QueryProviderImpl) GetQueryProviderImpl() *QueryProviderImpl
- func (q *QueryProviderImpl) GetResolvedQuery(runtimeArgs *QueryArgs) (*ResolvedQuery, error)
- func (q *QueryProviderImpl) GetSQL() *string
- func (q *QueryProviderImpl) MergeParentArgs(queryProvider QueryProvider, parent QueryProvider) (diags hcl.Diagnostics)
- func (q *QueryProviderImpl) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- func (q *QueryProviderImpl) ParamsInheritedFromBase() bool
- func (q *QueryProviderImpl) RequiresExecution(queryProvider QueryProvider) bool
- func (q *QueryProviderImpl) SetArgs(args *QueryArgs)
- func (q *QueryProviderImpl) SetParams(params []*ParamDef)
- func (q *QueryProviderImpl) ValidateQuery() hcl.Diagnostics
- type Range
- type RateLimiter
- type Require
- func (r *Require) AddModDependencies(newModVersions map[string]*ModVersionConstraint)
- func (r *Require) Clone() *Require
- func (r *Require) ContainsMod(requiredModVersion *ModVersionConstraint) bool
- func (r *Require) Empty() bool
- func (r *Require) FlowpipeVersionConstraint() *semver.Constraints
- func (r *Require) GetModDependency(name string) *ModVersionConstraint
- func (r *Require) RemoveAllModDependencies()
- func (r *Require) RemoveModDependencies(versions map[string]*ModVersionConstraint)
- func (r *Require) SteampipeVersionConstraint() *semver.Constraints
- type ResolvedQuery
- type ResourceDependency
- type ResourceMaps
- func (m *ResourceMaps) AddResource(item HclResource) hcl.Diagnostics
- func (m *ResourceMaps) AddSnapshots(snapshotPaths []string)
- func (m *ResourceMaps) Empty() bool
- func (m *ResourceMaps) Equals(other *ResourceMaps) bool
- func (m *ResourceMaps) GetResource(parsedName *ParsedResourceName) (resource HclResource, found bool)
- func (m *ResourceMaps) Merge(others []*ResourceMaps) *ResourceMaps
- func (m *ResourceMaps) PopulateReferences()
- func (m *ResourceMaps) QueryProviders() []QueryProvider
- func (m *ResourceMaps) TopLevelResources() *ResourceMaps
- func (m *ResourceMaps) WalkResources(resourceFunc func(item HclResource) (bool, error)) error
- type ResourceMapsProvider
- type ResourceMetadata
- type ResourceReference
- type ResourceReferenceMap
- type ResourceWithMetadata
- type ResourceWithMetadataImpl
- func (b *ResourceWithMetadataImpl) AddReference(ref *ResourceReference)
- func (b *ResourceWithMetadataImpl) GetMetadata() *ResourceMetadata
- func (b *ResourceWithMetadataImpl) GetReferences() []*ResourceReference
- func (b *ResourceWithMetadataImpl) IsAnonymous() bool
- func (b *ResourceWithMetadataImpl) SetAnonymous(block *hcl.Block)
- func (b *ResourceWithMetadataImpl) SetMetadata(metadata *ResourceMetadata)
- type RetryConfig
- type RuntimeDependency
- type RuntimeDependencyProvider
- type RuntimeDependencyProviderImpl
- type SendGridCredential
- type SlackCredential
- type SlackIntegration
- type SteampipeRequire
- type SteampipeWorkspaceProfile
- func (p *SteampipeWorkspaceProfile) ConfigMap(cmd *cobra.Command) map[string]interface{}
- func (p *SteampipeWorkspaceProfile) CtyValue() (cty.Value, error)
- func (p *SteampipeWorkspaceProfile) GetDeclRange() *hcl.Range
- func (p *SteampipeWorkspaceProfile) GetInstallDir() *string
- func (p *SteampipeWorkspaceProfile) GetOptionsForBlock(block *hcl.Block) (options.Options, hcl.Diagnostics)
- func (p *SteampipeWorkspaceProfile) IsNil() bool
- func (p *SteampipeWorkspaceProfile) Name() string
- func (p *SteampipeWorkspaceProfile) OnDecoded() hcl.Diagnostics
- func (p *SteampipeWorkspaceProfile) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
- func (p *SteampipeWorkspaceProfile) ShortName() string
- type StepError
- type StepForEach
- type StepLoop
- type StepRetry
- type ThrowConfig
- type TrelloCredential
- type Trigger
- func (p *Trigger) Equals(other *Trigger) bool
- func (t *Trigger) GetArgs(evalContext *hcl.EvalContext) (Input, hcl.Diagnostics)
- func (t *Trigger) GetPipeline() cty.Value
- func (t *Trigger) IsBaseAttribute(name string) bool
- func (t *Trigger) SetBaseAttributes(mod *Mod, hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
- type TriggerConfig
- type TriggerHttp
- type TriggerInterval
- type TriggerQuery
- type TriggerSchedule
- type UptimeRobotCredential
- func (c *UptimeRobotCredential) CtyValue() (cty.Value, error)
- func (*UptimeRobotCredential) GetCredentialType() string
- func (c *UptimeRobotCredential) GetTtl() int
- func (c *UptimeRobotCredential) Resolve(ctx context.Context) (Credential, error)
- func (c *UptimeRobotCredential) Validate() hcl.Diagnostics
- type UrlscanCredential
- type Variable
- func (v *Variable) CtyValue() (cty.Value, error)
- func (v *Variable) Diff(other *Variable) *DashboardTreeItemDiffs
- func (v *Variable) Equals(other *Variable) bool
- func (v *Variable) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
- func (v *Variable) Required() bool
- func (v *Variable) SetInputValue(value cty.Value, sourceType string, sourceRange tfdiags.SourceRange) error
- type VariableValidationFailedError
- type VaultCredential
- type VersionConstrainCollection
- type VirusTotalCredential
- type WithProvider
- type WithProviderImpl
- type WorkspaceProfile
- type WorkspaceResources
- type ZendeskCredential
Constants ¶
const ( ConnectionTypePlugin = "plugin" ConnectionTypeAggregator = "aggregator" ImportSchemaEnabled = "enabled" ImportSchemaDisabled = "disabled" )
const ( HttpMethodGet = "get" HttpMethodPost = "post" HttpMethodPut = "put" HttpMethodDelete = "delete" HttpMethodPatch = "patch" )
const ( LimiterSourceConfig = "config" LimiterSourcePlugin = "plugin" LimiterStatusActive = "active" LimiterStatusOverridden = "overridden" )
const RuntimeDependencyDashboardScope = "self"
const SnapshotQueryTableName = "custom.table.results"
Variables ¶
var FlowpipeConfigBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{}, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypePipeline, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeTrigger, LabelNames: []string{schema.LabelType, schema.LabelName}, }, { Type: schema.BlockTypeIntegration, LabelNames: []string{schema.LabelType, schema.LabelName}, }, { Type: schema.BlockTypeCredential, LabelNames: []string{schema.LabelType, schema.LabelName}, }, }, }
var IntegrationEmailBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeTitle, Required: false, }, { Name: schema.AttributeTypeSmtpTls, Required: false, }, { Name: schema.AttributeTypeSmtpHost, }, { Name: schema.AttributeTypeSmtpPort, }, { Name: schema.AttributeTypeSmtpsPort, Required: false, }, { Name: schema.AttributeTypeSmtpUsername, }, { Name: schema.AttributeTypeSmtpPassword, }, { Name: schema.AttributeTypeFrom, }, { Name: schema.AttributeTypeDefaultRecipient, Required: false, }, { Name: schema.AttributeTypeDefaultSubject, Required: false, }, }, }
var IntegrationSlackBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeTitle, Required: false, }, { Name: schema.AttributeTypeToken, Required: false, }, { Name: schema.AttributeTypeSigningSecret, Required: false, }, { Name: schema.AttributeTypeWebhookUrl, Required: false, }, }, }
var IntegrationTeamsBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeTitle, Required: false, }, }, }
var PipelineBasicAuthBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeUsername, Required: true, }, { Name: schema.AttributeTypePassword, Required: true, }, }, }
var PipelineBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeTitle, Required: false, }, { Name: schema.AttributeTypeDocumentation, Required: false, }, { Name: schema.AttributeTypeTags, Required: false, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeParam, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypePipelineStep, LabelNames: []string{schema.LabelType, schema.LabelName}, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, }, }
var PipelineOutputBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeValue, Required: true, }, }, }
var PipelineParamBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeType, }, { Name: schema.AttributeTypeDefault, }, { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeOptional, Required: false, }, }, }
var PipelineStepContainerBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeTimeout, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypeImage, }, { Name: schema.AttributeTypeSource, }, { Name: schema.AttributeTypeCmd, }, { Name: schema.AttributeTypeEnv, }, { Name: schema.AttributeTypeEntryPoint, }, { Name: schema.AttributeTypeCpuShares, }, { Name: schema.AttributeTypeMemory, }, { Name: schema.AttributeTypeMemoryReservation, }, { Name: schema.AttributeTypeMemorySwap, }, { Name: schema.AttributeTypeMemorySwappiness, }, { Name: schema.AttributeTypeReadOnly, }, { Name: schema.AttributeTypeUser, }, { Name: schema.AttributeTypeWorkdir, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var PipelineStepEmailBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypeTo, Required: true, }, { Name: schema.AttributeTypeFrom, Required: true, }, { Name: schema.AttributeTypeSmtpUsername, Required: true, }, { Name: schema.AttributeTypeSmtpPassword, Required: true, }, { Name: schema.AttributeTypeHost, Required: true, }, { Name: schema.AttributeTypePort, Required: true, }, { Name: schema.AttributeTypeSenderName, }, { Name: schema.AttributeTypeCc, }, { Name: schema.AttributeTypeBcc, }, { Name: schema.AttributeTypeBody, }, { Name: schema.AttributeTypeContentType, }, { Name: schema.AttributeTypeSubject, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var PipelineStepFunctionBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeTimeout, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypeSource, Required: true, }, { Name: schema.AttributeTypeHandler, }, { Name: schema.AttributeTypeRuntime, }, { Name: schema.AttributeTypeEnv, }, { Name: schema.AttributeTypeEvent, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var PipelineStepHttpBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeTimeout, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypeUrl, Required: true, }, { Name: schema.AttributeTypeMethod, }, { Name: schema.AttributeTypeCaCertPem, }, { Name: schema.AttributeTypeInsecure, }, { Name: schema.AttributeTypeRequestBody, }, { Name: schema.AttributeTypeRequestHeaders, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypePipelineBasicAuth, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var PipelineStepInputBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypeOptions, }, { Name: schema.AttributeTypePrompt, }, { Name: schema.AttributeTypeNotifies, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeNotify, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var PipelineStepInputNotifyBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeIntegration, }, { Name: schema.AttributeTypeChannel, }, }, }
var PipelineStepPipelineBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypePipeline, }, { Name: schema.AttributeTypeArgs, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var PipelineStepQueryBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypeSql, }, { Name: schema.AttributeTypeConnectionString, }, { Name: schema.AttributeTypeArgs, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var PipelineStepSleepBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypeDuration, Required: true, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var PipelineStepTransformBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeTitle, }, { Name: schema.AttributeTypeDescription, }, { Name: schema.AttributeTypeForEach, }, { Name: schema.AttributeTypeDependsOn, }, { Name: schema.AttributeTypeIf, }, { Name: schema.AttributeTypeValue, }, }, Blocks: []hcl.BlockHeaderSchema{ { Type: schema.BlockTypeError, }, { Type: schema.BlockTypePipelineOutput, LabelNames: []string{schema.LabelName}, }, { Type: schema.BlockTypeLoop, }, { Type: schema.BlockTypeRetry, }, { Type: schema.BlockTypeThrow, }, }, }
var ResourceTypeMap = map[string]factoryFunc{ constants.SqlExtension: func(modPath, filePath string, mod *Mod) (MappableResource, []byte, error) { return QueryFromFile(modPath, filePath, mod) }, }
var TriggerHttpBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeTitle, Required: false, }, { Name: schema.AttributeTypeDocumentation, Required: false, }, { Name: schema.AttributeTypeTags, Required: false, }, { Name: schema.AttributeTypePipeline, Required: true, }, { Name: schema.AttributeTypeArgs, }, }, }
var TriggerIntervalBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeTitle, Required: false, }, { Name: schema.AttributeTypeDocumentation, Required: false, }, { Name: schema.AttributeTypeTags, Required: false, }, { Name: schema.AttributeTypeSchedule, Required: true, }, { Name: schema.AttributeTypePipeline, Required: true, }, { Name: schema.AttributeTypeArgs, }, }, }
var TriggerQueryBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeTitle, Required: false, }, { Name: schema.AttributeTypeDocumentation, Required: false, }, { Name: schema.AttributeTypeTags, Required: false, }, { Name: schema.AttributeTypeSchedule, Required: true, }, { Name: schema.AttributeTypePipeline, Required: true, }, { Name: schema.AttributeTypeArgs, }, { Name: schema.AttributeTypeSql, }, { Name: schema.AttributeTypeEvents, }, { Name: schema.AttributeTypePrimaryKey, }, }, }
var TriggerScheduleBlockSchema = &hcl.BodySchema{ Attributes: []hcl.AttributeSchema{ { Name: schema.AttributeTypeDescription, Required: false, }, { Name: schema.AttributeTypeTitle, Required: false, }, { Name: schema.AttributeTypeDocumentation, Required: false, }, { Name: schema.AttributeTypeTags, Required: false, }, { Name: schema.AttributeTypeSchedule, Required: true, }, { Name: schema.AttributeTypePipeline, Required: true, }, { Name: schema.AttributeTypeArgs, }, }, }
var ValidBaseStepAttributes = []string{ schema.AttributeTypeTitle, schema.AttributeTypeDescription, schema.AttributeTypeDependsOn, schema.AttributeTypeForEach, schema.AttributeTypeIf, schema.AttributeTypeTimeout, }
var ValidBaseTriggerAttributes = []string{ schema.AttributeTypeDescription, schema.AttributeTypePipeline, schema.AttributeTypeArgs, schema.AttributeTypeTitle, schema.AttributeTypeDocumentation, schema.AttributeTypeTags, }
var ValidDependsOnTypes = []string{ schema.BlockTypePipelineStep, }
var ValidHttpMethods = []string{ HttpMethodGet, HttpMethodPost, HttpMethodPut, HttpMethodDelete, HttpMethodPatch, }
var ValidImportSchemaValues = []string{ImportSchemaEnabled, ImportSchemaDisabled}
Functions ¶
func BuildFullResourceName ¶
func BuildModDependencyPath ¶
BuildModDependencyPath converts a mod dependency name of form github.com/turbot/steampipe-mod-m2
and a version into a dependency path of form github.com/turbot/steampipe-mod-m2@v1.0.0
func BuildModResourceName ¶
func DefaultCredentials ¶
func DefaultCredentials() map[string]Credential
func GetCtyTypes ¶
GetCtyTypes builds a map of cty types for all tagged properties. It is used to convert the struct to a cty value
func GetCtyValue ¶
GetCtyValue converts the item into a cty value
func GetTriggerTypeFromTriggerConfig ¶
func GetTriggerTypeFromTriggerConfig(config TriggerConfig) string
GetTriggerTypeFromTriggerConfig returns the type of the trigger from the trigger config
func NewDefaultWorkspaceProfile ¶
func NewDefaultWorkspaceProfile[T WorkspaceProfile]() (T, hcl.Diagnostics)
func NewWorkspaceProfile ¶
func NewWorkspaceProfile[T WorkspaceProfile](block *hcl.Block) (T, hcl.Diagnostics)
func ParseModDependencyPath ¶
func ParseModDependencyPath(fullName string) (modDependencyName string, modVersion *semver.Version, err error)
ParseModDependencyPath converts a mod depdency path of form github.com/turbot/steampipe-mod-m2@v1.0.0 into the dependency name (github.com/turbot/steampipe-mod-m2) and version
func PseudoResourceNameFromPath ¶
PseudoResourceNameFromPath converts a filepath into a resource name
It operates as follows:
- get filename
- remove extension
- sluggify, with '_' as the divider
func RegisteredFileExtensions ¶
func RegisteredFileExtensions() []string
func ResolveArgs ¶
func ResolveArgs(qp QueryProvider, runtimeArgs *QueryArgs) ([]any, error)
ResolveArgs resolves the argument values, falling back on defaults from param definitions in the source (if present) it returns the arg values as a csv string which can be used in a query invocation (the arg values and param defaults will already have been converted to postgres format)
func ResolvePluginImageRef ¶
ResolvePluginImageRef resolves the plugin image ref from the plugin alias (this handles the special case of locally developed plugins in the plugins/local folder)
func SteampipeOptionsBlockMapping ¶
SteampipeOptionsBlockMapping is an OptionsBlockFactory used to map global steampipe options TODO look at deprecations
func UnqualifiedResourceName ¶
UnqualifiedResourceName removes the mod prefix from the given name
Types ¶
type AbuseIPDBCredential ¶
type AbuseIPDBCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIKey *string `json:"api_key,omitempty" cty:"api_key" hcl:"api_key,optional"` }
func (*AbuseIPDBCredential) GetCredentialType ¶
func (*AbuseIPDBCredential) GetCredentialType() string
func (*AbuseIPDBCredential) GetTtl ¶
func (c *AbuseIPDBCredential) GetTtl() int
func (*AbuseIPDBCredential) Resolve ¶
func (c *AbuseIPDBCredential) Resolve(ctx context.Context) (Credential, error)
func (*AbuseIPDBCredential) Validate ¶
func (c *AbuseIPDBCredential) Validate() hcl.Diagnostics
type AwsCredential ¶
type AwsCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` AccessKey *string `json:"access_key,omitempty" cty:"access_key" hcl:"access_key,optional"` SecretKey *string `json:"secret_key,omitempty" cty:"secret_key" hcl:"secret_key,optional"` SessionToken *string `json:"session_token,omitempty" cty:"session_token" hcl:"session_token,optional"` Ttl *int `json:"ttl,omitempty" cty:"ttl" hcl:"ttl,optional"` Profile *string `json:"profile,omitempty" cty:"profile" hcl:"profile,optional"` }
func (*AwsCredential) GetCredentialType ¶
func (*AwsCredential) GetCredentialType() string
func (*AwsCredential) Resolve ¶
func (c *AwsCredential) Resolve(ctx context.Context) (Credential, error)
func (*AwsCredential) Validate ¶
func (c *AwsCredential) Validate() hcl.Diagnostics
type AzureCredential ¶
type AzureCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` ClientID *string `json:"client_id,omitempty" cty:"client_id" hcl:"client_id,optional"` ClientSecret *string `json:"client_secret,omitempty" cty:"client_secret" hcl:"client_secret,optional"` TenantID *string `json:"tenant_id,omitempty" cty:"tenant_id" hcl:"tenant_id,optional"` Environment *string `json:"environment,omitempty" cty:"environment" hcl:"environment,optional"` }
func (*AzureCredential) GetCredentialType ¶
func (*AzureCredential) GetCredentialType() string
func (*AzureCredential) GetTtl ¶
func (c *AzureCredential) GetTtl() int
func (*AzureCredential) Resolve ¶
func (c *AzureCredential) Resolve(ctx context.Context) (Credential, error)
func (*AzureCredential) Validate ¶
func (c *AzureCredential) Validate() hcl.Diagnostics
type BasicAuthConfig ¶
type BasicAuthConfig struct { Username string `json:"username"` Password string `json:"password"` UnresolvedAttributes map[string]hcl.Expression `json:"-"` }
func (*BasicAuthConfig) GetInputs ¶
func (b *BasicAuthConfig) GetInputs(evalContext *hcl.EvalContext, unresolvedAttributes map[string]hcl.Expression) (*BasicAuthConfig, hcl.Diagnostics)
type BasicCredential ¶
type BasicCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Username *string `json:"username,omitempty" cty:"username" hcl:"username,optional"` Password *string `json:"password,omitempty" cty:"password" hcl:"password,optional"` }
func (*BasicCredential) GetCredentialType ¶
func (*BasicCredential) GetCredentialType() string
func (*BasicCredential) GetTtl ¶
func (c *BasicCredential) GetTtl() int
func (*BasicCredential) Resolve ¶
func (c *BasicCredential) Resolve(ctx context.Context) (Credential, error)
func (*BasicCredential) Validate ¶
func (c *BasicCredential) Validate() hcl.Diagnostics
type Benchmark ¶
type Benchmark struct { ResourceWithMetadataImpl ModTreeItemImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` // child names as NamedItem structs - used to allow setting children via the 'children' property ChildNames NamedItemList `cty:"child_names" json:"-"` // used for introspection tables ChildNameStrings []string `cty:"child_name_strings" column:"children,jsonb" json:"-"` // dashboard specific properties Base *Benchmark `hcl:"base" json:"-"` Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` }
Benchmark is a struct representing the Benchmark resource
func (*Benchmark) Diff ¶
func (b *Benchmark) Diff(other *Benchmark) *DashboardTreeItemDiffs
func (*Benchmark) GetChildControls ¶
GetChildControls return a flat list of controls underneath the benchmark in the tree
func (*Benchmark) GetDisplay ¶
GetDisplay implements DashboardLeafNode
func (*Benchmark) GetUnqualifiedName ¶
GetUnqualifiedName implements DashboardLeafNode, ModTreeItem
func (*Benchmark) OnDecoded ¶
func (b *Benchmark) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*Benchmark) SetChildren ¶
func (b *Benchmark) SetChildren(children []ModTreeItem)
func (*Benchmark) WalkResources ¶
func (b *Benchmark) WalkResources(resourceFunc func(resource ModTreeItem) (bool, error)) error
type ClickUpCredential ¶
type ClickUpCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*ClickUpCredential) GetCredentialType ¶
func (*ClickUpCredential) GetCredentialType() string
func (*ClickUpCredential) GetTtl ¶
func (c *ClickUpCredential) GetTtl() int
func (*ClickUpCredential) Resolve ¶
func (c *ClickUpCredential) Resolve(ctx context.Context) (Credential, error)
func (*ClickUpCredential) Validate ¶
func (c *ClickUpCredential) Validate() hcl.Diagnostics
type ConfigMap ¶
type ConfigMap map[string]interface{}
func (ConfigMap) PopulateConfigMapForOptions ¶
PopulateConfigMapForOptions populates the config map for a given options object NOTE: this mutates configMap
func (ConfigMap) SetBoolItem ¶
SetBoolItem checks is bool pointer is non-nil and if so, add to map with given key
func (ConfigMap) SetIntItem ¶
SetIntItem checks is int pointer is non-nil and if so, add to map with given key
func (ConfigMap) SetStringItem ¶
SetStringItem checks is string pointer is non-nil and if so, add to map with given key
func (ConfigMap) SetStringSliceItem ¶
SetStringSliceItem checks is string slice pointer is non-nil and if so, add to map with given key
type Connection ¶
type Connection struct { // connection name Name string `json:"name"` // name of plugin as mentioned in config - this may be an alias to a plugin image ref // OR the label of a plugin config PluginAlias string `json:"plugin_short_name"` // image ref plugin. // we resolve this after loading all plugin configs Plugin string `json:"plugin"` // the label of the plugin config we are using PluginInstance *string `json:"plugin_instance"` // Path to the installed plugin (if it exists) PluginPath *string // connection type - supported values: "aggregator" Type string `json:"type,omitempty"` // should a schema be created for this connection - supported values: "enabled", "disabled" ImportSchema string `json:"import_schema"` // list of names or wildcards which are resolved to connections // (only valid for "aggregator" type) ConnectionNames []string `json:"connections,omitempty"` // a map of the resolved child connections // (only valid for "aggregator" type) Connections map[string]*Connection `json:"-"` // a list of the names resolved child connections // (only valid for "aggregator" type) ResolvedConnectionNames []string `json:"resolved_connections,omitempty"` // unparsed HCL of plugin specific connection config Config string `json:"config,omitempty"` Error error // options Options *options.Connection `json:"options,omitempty"` DeclRange Range `json:"decl_range"` }
Connection is a struct representing the partially parsed connection
(Partial as the connection config, which is plugin specific, is stored as raw HCL. This will be parsed by the plugin) json tags needed as this is stored in the connection state file
func NewConnection ¶
func NewConnection(block *hcl.Block) *Connection
func (*Connection) Equals ¶
func (c *Connection) Equals(other *Connection) bool
func (*Connection) GetEmptyAggregatorError ¶
func (c *Connection) GetEmptyAggregatorError() string
func (*Connection) GetResolveConnectionNames ¶
func (c *Connection) GetResolveConnectionNames() []string
GetResolveConnectionNames return the names of all child connections (will only be non-empty for aggregator connections)
func (*Connection) ImportDisabled ¶
func (c *Connection) ImportDisabled() bool
func (*Connection) PopulateChildren ¶
func (c *Connection) PopulateChildren(connectionMap map[string]*Connection) []string
func (*Connection) SetOptions ¶
func (c *Connection) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
SetOptions sets the options on the connection verify the options object is a valid options type (only options.Connection currently supported)
func (*Connection) String ¶
func (c *Connection) String() string
func (*Connection) Validate ¶
func (c *Connection) Validate(map[string]*Connection) (warnings []string, errors []string)
Validate verifies the Type property is valid, if this is an aggregator connection, there must be at least one child, and no duplicates if this is NOT an aggregator, there must be no children
func (*Connection) ValidateAggregatorConnection ¶
func (c *Connection) ValidateAggregatorConnection() (warnings, errors []string)
type ConnectionStringItem ¶
type ConnectionStringItem interface {
GetConnectionString() *string
}
type Control ¶
type Control struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Severity *string `cty:"severity" hcl:"severity" column:"severity,text" json:"severity,omitempty"` // dashboard specific properties Base *Control `hcl:"base" json:"-"` Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` // contains filtered or unexported fields }
Control is a struct representing the Control resource
func (*Control) Diff ¶
func (c *Control) Diff(other *Control) *DashboardTreeItemDiffs
func (*Control) GetDisplay ¶
GetDisplay implements DashboardLeafNode
func (*Control) GetParentNames ¶
func (*Control) OnDecoded ¶
func (c *Control) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
type Credential ¶
type Credential interface { HclResource ResourceWithMetadata GetCredentialType() string CtyValue() (cty.Value, error) Resolve(ctx context.Context) (Credential, error) GetTtl() int // in seconds Validate() hcl.Diagnostics // contains filtered or unexported methods }
func NewCredential ¶
func NewCredential(block *hcl.Block) Credential
type CtyValueProvider ¶
type Dashboard ¶
type Dashboard struct { ResourceWithMetadataImpl ModTreeItemImpl WithProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Width *int `cty:"width" hcl:"width" column:"width,text"` Display *string `cty:"display" hcl:"display" column:"display,text"` Inputs []*DashboardInput `cty:"inputs" column:"inputs,jsonb"` UrlPath string `cty:"url_path" column:"url_path,jsonb"` Base *Dashboard `hcl:"base"` // store children in a way which can be serialised via cty ChildNames []string `cty:"children" column:"children,jsonb"` // contains filtered or unexported fields }
Dashboard is a struct representing the Dashboard resource
func NewQueryDashboard ¶
func NewQueryDashboard(qp QueryProvider) (*Dashboard, error)
NewQueryDashboard creates a dashboard to wrap a query/control this is used for snapshot generation
func (*Dashboard) AddChild ¶
func (d *Dashboard) AddChild(child ModTreeItem) hcl.Diagnostics
func (*Dashboard) Diff ¶
func (d *Dashboard) Diff(other *Dashboard) *DashboardTreeItemDiffs
func (*Dashboard) GetDisplay ¶
GetDisplay implements DashboardLeafNode
func (*Dashboard) GetInputs ¶
func (d *Dashboard) GetInputs() map[string]*DashboardInput
func (*Dashboard) InitInputs ¶
func (d *Dashboard) InitInputs() hcl.Diagnostics
func (*Dashboard) OnDecoded ¶
func (d *Dashboard) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*Dashboard) SetChildren ¶
func (d *Dashboard) SetChildren(children []ModTreeItem)
func (*Dashboard) ValidateRuntimeDependencies ¶
func (d *Dashboard) ValidateRuntimeDependencies(workspace ResourceMapsProvider) error
func (*Dashboard) WalkResources ¶
func (d *Dashboard) WalkResources(resourceFunc func(resource HclResource) (bool, error)) error
type DashboardCard ¶
type DashboardCard struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Label *string `cty:"label" hcl:"label" column:"label,text" json:"label,omitempty"` Value *string `cty:"value" hcl:"value" column:"value,text" json:"value,omitempty"` Icon *string `cty:"icon" hcl:"icon" column:"icon,text" json:"icon,omitempty"` HREF *string `cty:"href" hcl:"href" json:"href,omitempty"` Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` Base *DashboardCard `hcl:"base" json:"-"` // contains filtered or unexported fields }
DashboardCard is a struct representing a leaf dashboard node
func (*DashboardCard) CtyValue ¶
func (c *DashboardCard) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardCard) Diff ¶
func (c *DashboardCard) Diff(other *DashboardCard) *DashboardTreeItemDiffs
func (*DashboardCard) Equals ¶
func (c *DashboardCard) Equals(other *DashboardCard) bool
func (*DashboardCard) GetDisplay ¶
func (c *DashboardCard) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardCard) GetDocumentation ¶
func (c *DashboardCard) GetDocumentation() string
GetDocumentation implements DashboardLeafNode, ModTreeItem
func (*DashboardCard) GetType ¶
func (c *DashboardCard) GetType() string
GetType implements DashboardLeafNode
func (*DashboardCard) GetWidth ¶
func (c *DashboardCard) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardCard) OnDecoded ¶
func (c *DashboardCard) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*DashboardCard) ValidateQuery ¶
func (c *DashboardCard) ValidateQuery() hcl.Diagnostics
ValidateQuery implements QueryProvider
type DashboardCategory ¶
type DashboardCategory struct { ResourceWithMetadataImpl ModTreeItemImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` // TACTICAL: include a title property (with a different name to the property in HclResourceImpl for clarity) // This is purely to ensure the title is included in the panel properties of snapshots // Note: this will be parsed from HCL, but we must set this explicitly in setBaseProperties if there is a base CategoryTitle *string `cty:"title" hcl:"title" json:"title,omitempty"` Color *string `cty:"color" hcl:"color" json:"color,omitempty"` Depth *int `cty:"depth" hcl:"depth" json:"depth,omitempty"` Icon *string `cty:"icon" hcl:"icon" json:"icon,omitempty"` HREF *string `cty:"href" hcl:"href" json:"href,omitempty"` Fold *DashboardCategoryFold `cty:"fold" hcl:"fold,block" json:"fold,omitempty"` PropertyList DashboardCategoryPropertyList `cty:"property_list" hcl:"property,block" column:"properties,jsonb" json:"-"` Properties map[string]*DashboardCategoryProperty `cty:"properties" json:"properties,omitempty"` PropertyOrder []string `cty:"property_order" hcl:"property_order,optional" json:"property_order,omitempty"` Base *DashboardCategory `hcl:"base" json:"-"` }
func (*DashboardCategory) CtyValue ¶
func (c *DashboardCategory) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardCategory) Diff ¶
func (c *DashboardCategory) Diff(other *DashboardCategory) *DashboardTreeItemDiffs
func (*DashboardCategory) Equals ¶
func (c *DashboardCategory) Equals(other *DashboardCategory) bool
func (*DashboardCategory) OnDecoded ¶
func (c *DashboardCategory) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
type DashboardCategoryFold ¶
type DashboardCategoryFold struct { Title *string `cty:"title" hcl:"title" json:"title,omitempty"` Threshold *int `cty:"threshold" hcl:"threshold" json:"threshold,omitempty"` Icon *string `cty:"icon" hcl:"icon" json:"icon,omitempty"` }
func (DashboardCategoryFold) Equals ¶
func (f DashboardCategoryFold) Equals(other *DashboardCategoryFold) bool
type DashboardCategoryList ¶
type DashboardCategoryList []*DashboardCategory
func (*DashboardCategoryList) Merge ¶
func (c *DashboardCategoryList) Merge(other DashboardCategoryList)
type DashboardCategoryProperty ¶
type DashboardCategoryProperty struct { ShortName string `hcl:"name,label" json:"name"` Display *string `cty:"display" hcl:"display" json:"display,omitempty"` Wrap *string `cty:"wrap" hcl:"wrap" json:"wrap,omitempty"` HREF *string `cty:"href" hcl:"href" json:"href,omitempty"` }
func (DashboardCategoryProperty) Equals ¶
func (c DashboardCategoryProperty) Equals(other *DashboardCategoryProperty) bool
type DashboardCategoryPropertyList ¶
type DashboardCategoryPropertyList []*DashboardCategoryProperty
func (*DashboardCategoryPropertyList) Merge ¶
func (c *DashboardCategoryPropertyList) Merge(other DashboardCategoryPropertyList)
type DashboardChart ¶
type DashboardChart struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` Legend *DashboardChartLegend `cty:"legend" hcl:"legend,block" column:"legend,jsonb" json:"legend,omitempty"` SeriesList DashboardChartSeriesList `cty:"series_list" hcl:"series,block" column:"series,jsonb" json:"-"` Axes *DashboardChartAxes `cty:"axes" hcl:"axes,block" column:"axes,jsonb" json:"axes,omitempty"` Grouping *string `cty:"grouping" hcl:"grouping" json:"grouping,omitempty"` Transform *string `cty:"transform" hcl:"transform" json:"transform,omitempty"` Series map[string]*DashboardChartSeries `cty:"series" json:"series,omitempty"` Base *DashboardChart `hcl:"base" json:"-"` }
DashboardChart is a struct representing a leaf dashboard node
func (*DashboardChart) CtyValue ¶
func (c *DashboardChart) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardChart) Diff ¶
func (c *DashboardChart) Diff(other *DashboardChart) *DashboardTreeItemDiffs
func (*DashboardChart) Equals ¶
func (c *DashboardChart) Equals(other *DashboardChart) bool
func (*DashboardChart) GetDisplay ¶
func (c *DashboardChart) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardChart) GetType ¶
func (c *DashboardChart) GetType() string
GetType implements DashboardLeafNode
func (*DashboardChart) GetWidth ¶
func (c *DashboardChart) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardChart) OnDecoded ¶
func (c *DashboardChart) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
type DashboardChartAxes ¶
type DashboardChartAxes struct { X *DashboardChartAxesX `cty:"x" hcl:"x,block" json:"x,omitempty"` Y *DashboardChartAxesY `cty:"y" hcl:"y,block" json:"y,omitempty"` }
func (*DashboardChartAxes) Equals ¶
func (a *DashboardChartAxes) Equals(other *DashboardChartAxes) bool
func (*DashboardChartAxes) Merge ¶
func (a *DashboardChartAxes) Merge(other *DashboardChartAxes)
type DashboardChartAxesX ¶
type DashboardChartAxesX struct { Title *DashboardChartAxisTitle `cty:"title" hcl:"title,block" json:"title,omitempty"` Labels *DashboardChartLabels `cty:"labels" hcl:"labels,block" json:"labels,omitempty"` Min *int `cty:"min" hcl:"min" json:"min,omitempty"` Max *int `cty:"max" hcl:"max" json:"max,omitempty"` }
func (*DashboardChartAxesX) Equals ¶
func (x *DashboardChartAxesX) Equals(other *DashboardChartAxesX) bool
func (*DashboardChartAxesX) Merge ¶
func (x *DashboardChartAxesX) Merge(other *DashboardChartAxesX)
type DashboardChartAxesY ¶
type DashboardChartAxesY struct { Title *DashboardChartAxisTitle `cty:"title" hcl:"title,block" json:"title,omitempty"` Labels *DashboardChartLabels `cty:"labels" hcl:"labels,block" json:"labels,omitempty"` Min *int `cty:"min" hcl:"min" json:"min,omitempty"` Max *int `cty:"max" hcl:"max" json:"max,omitempty"` }
func (*DashboardChartAxesY) Equals ¶
func (y *DashboardChartAxesY) Equals(other *DashboardChartAxesY) bool
func (*DashboardChartAxesY) Merge ¶
func (y *DashboardChartAxesY) Merge(other *DashboardChartAxesY)
type DashboardChartAxisTitle ¶
type DashboardChartAxisTitle struct { Display *string `cty:"display" hcl:"display" json:"display,omitempty"` Align *string `cty:"align" hcl:"align" json:"align,omitempty"` Value *string `cty:"value" hcl:"value" json:"value,omitempty"` }
func (*DashboardChartAxisTitle) Equals ¶
func (t *DashboardChartAxisTitle) Equals(other *DashboardChartAxisTitle) bool
func (*DashboardChartAxisTitle) Merge ¶
func (t *DashboardChartAxisTitle) Merge(other *DashboardChartAxisTitle)
type DashboardChartLabels ¶
type DashboardChartLabels struct { Display *string `cty:"display" hcl:"display" json:"display,omitempty"` Format *string `cty:"format" hcl:"format" json:"format,omitempty"` }
func (*DashboardChartLabels) Equals ¶
func (l *DashboardChartLabels) Equals(other *DashboardChartLabels) bool
func (*DashboardChartLabels) Merge ¶
func (l *DashboardChartLabels) Merge(other *DashboardChartLabels)
type DashboardChartLegend ¶
type DashboardChartLegend struct { Display *string `cty:"display" hcl:"display" json:"display,omitempty"` Position *string `cty:"position" hcl:"position" json:"position,omitempty"` }
func (*DashboardChartLegend) Equals ¶
func (l *DashboardChartLegend) Equals(other *DashboardChartLegend) bool
func (*DashboardChartLegend) Merge ¶
func (l *DashboardChartLegend) Merge(other *DashboardChartLegend)
type DashboardChartSeries ¶
type DashboardChartSeries struct { Name string `hcl:"name,label" json:"name"` Title *string `cty:"title" hcl:"title" json:"title,omitempty"` Color *string `cty:"color" hcl:"color" json:"color,omitempty"` Points map[string]*DashboardChartSeriesPoint `cty:"points" json:"points,omitempty"` PointsList []*DashboardChartSeriesPoint `hcl:"point,block" json:"-"` }
func (*DashboardChartSeries) Equals ¶
func (s *DashboardChartSeries) Equals(other *DashboardChartSeries) bool
func (*DashboardChartSeries) OnDecoded ¶
func (s *DashboardChartSeries) OnDecoded()
type DashboardChartSeriesList ¶
type DashboardChartSeriesList []*DashboardChartSeries
func (*DashboardChartSeriesList) Merge ¶
func (s *DashboardChartSeriesList) Merge(other DashboardChartSeriesList)
type DashboardChartSeriesPoint ¶
type DashboardChartSeriesPoint struct { Name string `hcl:"name,label" json:"-"` Color *string `cty:"color" hcl:"color" json:"color,omitempty"` }
func (DashboardChartSeriesPoint) Equals ¶
func (s DashboardChartSeriesPoint) Equals(other *DashboardChartSeriesPoint) bool
type DashboardContainer ¶
type DashboardContainer struct { ResourceWithMetadataImpl ModTreeItemImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Width *int `cty:"width" hcl:"width" column:"width,text"` Display *string `cty:"display" hcl:"display"` Inputs []*DashboardInput `cty:"inputs" column:"inputs,jsonb"` // store children in a way which can be serialised via cty ChildNames []string `cty:"children" column:"children,jsonb"` // contains filtered or unexported fields }
DashboardContainer is a struct representing the Dashboard and Container resource
func (*DashboardContainer) AddChild ¶
func (c *DashboardContainer) AddChild(child ModTreeItem)
func (*DashboardContainer) CtyValue ¶
func (c *DashboardContainer) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardContainer) Diff ¶
func (c *DashboardContainer) Diff(other *DashboardContainer) *DashboardTreeItemDiffs
func (*DashboardContainer) Equals ¶
func (c *DashboardContainer) Equals(other *DashboardContainer) bool
func (*DashboardContainer) GetDisplay ¶
func (c *DashboardContainer) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardContainer) GetType ¶
func (c *DashboardContainer) GetType() string
GetType implements DashboardLeafNode
func (*DashboardContainer) GetWidth ¶
func (c *DashboardContainer) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardContainer) OnDecoded ¶
func (c *DashboardContainer) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*DashboardContainer) SetChildren ¶
func (c *DashboardContainer) SetChildren(children []ModTreeItem)
func (*DashboardContainer) WalkResources ¶
func (c *DashboardContainer) WalkResources(resourceFunc func(resource HclResource) (bool, error)) error
type DashboardEdge ¶
type DashboardEdge struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Category *DashboardCategory `cty:"category" hcl:"category" column:"category,jsonb" json:"category,omitempty"` Base *DashboardEdge `hcl:"base" json:"-"` }
DashboardEdge is a struct representing a leaf dashboard node
func (*DashboardEdge) CtyValue ¶
func (e *DashboardEdge) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardEdge) Diff ¶
func (e *DashboardEdge) Diff(other *DashboardEdge) *DashboardTreeItemDiffs
func (*DashboardEdge) Equals ¶
func (e *DashboardEdge) Equals(other *DashboardEdge) bool
func (*DashboardEdge) GetDisplay ¶
func (e *DashboardEdge) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardEdge) GetDocumentation ¶
func (e *DashboardEdge) GetDocumentation() string
GetDocumentation implements DashboardLeafNode
func (*DashboardEdge) GetType ¶
func (e *DashboardEdge) GetType() string
GetType implements DashboardLeafNode
func (*DashboardEdge) GetWidth ¶
func (e *DashboardEdge) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardEdge) OnDecoded ¶
func (e *DashboardEdge) OnDecoded(_ *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
type DashboardEdgeList ¶
type DashboardEdgeList []*DashboardEdge
func (*DashboardEdgeList) Contains ¶
func (l *DashboardEdgeList) Contains(other *DashboardEdge) bool
func (*DashboardEdgeList) Get ¶
func (l *DashboardEdgeList) Get(name string) *DashboardEdge
func (*DashboardEdgeList) Merge ¶
func (l *DashboardEdgeList) Merge(other DashboardEdgeList)
func (*DashboardEdgeList) Names ¶
func (l *DashboardEdgeList) Names() []string
type DashboardFlow ¶
type DashboardFlow struct { ResourceWithMetadataImpl QueryProviderImpl WithProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Nodes DashboardNodeList `cty:"node_list" column:"nodes,jsonb" json:"-"` Edges DashboardEdgeList `cty:"edge_list" column:"edges,jsonb" json:"-"` NodeNames []string `json:"nodes"` EdgeNames []string `json:"edges"` Categories map[string]*DashboardCategory `cty:"categories" json:"categories"` Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` Base *DashboardFlow `hcl:"base" json:"-"` }
DashboardFlow is a struct representing a leaf dashboard node
func (*DashboardFlow) AddCategory ¶
func (f *DashboardFlow) AddCategory(category *DashboardCategory) hcl.Diagnostics
AddCategory implements NodeAndEdgeProvider
func (*DashboardFlow) AddChild ¶
func (f *DashboardFlow) AddChild(child HclResource) hcl.Diagnostics
AddChild implements NodeAndEdgeProvider
func (*DashboardFlow) CtyValue ¶
func (f *DashboardFlow) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardFlow) Diff ¶
func (f *DashboardFlow) Diff(other *DashboardFlow) *DashboardTreeItemDiffs
func (*DashboardFlow) Equals ¶
func (f *DashboardFlow) Equals(other *DashboardFlow) bool
func (*DashboardFlow) GetChildren ¶
func (f *DashboardFlow) GetChildren() []ModTreeItem
TODO [node_reuse] Add DashboardLeafNodeImpl and move this there https://github.com/turbot/steampipe/issues/2926 GetChildren implements ModTreeItem
func (*DashboardFlow) GetDisplay ¶
func (f *DashboardFlow) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardFlow) GetEdges ¶
func (f *DashboardFlow) GetEdges() DashboardEdgeList
GetEdges implements NodeAndEdgeProvider
func (*DashboardFlow) GetNodes ¶
func (f *DashboardFlow) GetNodes() DashboardNodeList
GetNodes implements NodeAndEdgeProvider
func (*DashboardFlow) GetType ¶
func (f *DashboardFlow) GetType() string
GetType implements DashboardLeafNode
func (*DashboardFlow) GetWidth ¶
func (f *DashboardFlow) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardFlow) OnDecoded ¶
func (f *DashboardFlow) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*DashboardFlow) SetEdges ¶
func (f *DashboardFlow) SetEdges(edges DashboardEdgeList)
SetEdges implements NodeAndEdgeProvider
func (*DashboardFlow) SetNodes ¶
func (f *DashboardFlow) SetNodes(nodes DashboardNodeList)
SetNodes implements NodeAndEdgeProvider
func (*DashboardFlow) ValidateQuery ¶
func (*DashboardFlow) ValidateQuery() hcl.Diagnostics
ValidateQuery implements QueryProvider
type DashboardGraph ¶
type DashboardGraph struct { ResourceWithMetadataImpl QueryProviderImpl WithProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Nodes DashboardNodeList `cty:"node_list" column:"nodes,jsonb" json:"-"` Edges DashboardEdgeList `cty:"edge_list" column:"edges,jsonb" json:"-"` NodeNames []string `json:"nodes"` EdgeNames []string `json:"edges"` Categories map[string]*DashboardCategory `cty:"categories" json:"categories"` Direction *string `cty:"direction" hcl:"direction" column:"direction,text" json:"direction"` // these properties are JSON serialised by the parent LeafRun Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` Base *DashboardGraph `hcl:"base" json:"-"` }
DashboardGraph is a struct representing a leaf dashboard node
func (*DashboardGraph) AddCategory ¶
func (g *DashboardGraph) AddCategory(category *DashboardCategory) hcl.Diagnostics
AddCategory implements NodeAndEdgeProvider
func (*DashboardGraph) AddChild ¶
func (g *DashboardGraph) AddChild(child HclResource) hcl.Diagnostics
AddChild implements NodeAndEdgeProvider
func (*DashboardGraph) CtyValue ¶
func (g *DashboardGraph) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardGraph) Diff ¶
func (g *DashboardGraph) Diff(other *DashboardGraph) *DashboardTreeItemDiffs
func (*DashboardGraph) Equals ¶
func (g *DashboardGraph) Equals(other *DashboardGraph) bool
func (*DashboardGraph) GetChildren ¶
func (g *DashboardGraph) GetChildren() []ModTreeItem
GetChildren implements ModTreeItem
func (*DashboardGraph) GetDisplay ¶
func (g *DashboardGraph) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardGraph) GetEdges ¶
func (g *DashboardGraph) GetEdges() DashboardEdgeList
GetEdges implements NodeAndEdgeProvider
func (*DashboardGraph) GetNodes ¶
func (g *DashboardGraph) GetNodes() DashboardNodeList
GetNodes implements NodeAndEdgeProvider
func (*DashboardGraph) GetType ¶
func (g *DashboardGraph) GetType() string
GetType implements DashboardLeafNode
func (*DashboardGraph) GetWidth ¶
func (g *DashboardGraph) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardGraph) OnDecoded ¶
func (g *DashboardGraph) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*DashboardGraph) SetEdges ¶
func (g *DashboardGraph) SetEdges(edges DashboardEdgeList)
SetEdges implements NodeAndEdgeProvider
func (*DashboardGraph) SetNodes ¶
func (g *DashboardGraph) SetNodes(nodes DashboardNodeList)
SetNodes implements NodeAndEdgeProvider
type DashboardHierarchy ¶
type DashboardHierarchy struct { ResourceWithMetadataImpl QueryProviderImpl WithProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Nodes DashboardNodeList `cty:"node_list" column:"nodes,jsonb" json:"-"` Edges DashboardEdgeList `cty:"edge_list" column:"edges,jsonb" json:"-"` NodeNames []string `json:"nodes"` EdgeNames []string `json:"edges"` Categories map[string]*DashboardCategory `cty:"categories" json:"categories"` Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` Base *DashboardHierarchy `hcl:"base" json:"-"` // contains filtered or unexported fields }
DashboardHierarchy is a struct representing a leaf dashboard node
func (*DashboardHierarchy) AddCategory ¶
func (h *DashboardHierarchy) AddCategory(category *DashboardCategory) hcl.Diagnostics
AddCategory implements NodeAndEdgeProvider
func (*DashboardHierarchy) AddChild ¶
func (h *DashboardHierarchy) AddChild(child HclResource) hcl.Diagnostics
AddChild implements NodeAndEdgeProvider
func (*DashboardHierarchy) CtyValue ¶
func (h *DashboardHierarchy) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardHierarchy) Diff ¶
func (h *DashboardHierarchy) Diff(other *DashboardHierarchy) *DashboardTreeItemDiffs
func (*DashboardHierarchy) Equals ¶
func (h *DashboardHierarchy) Equals(other *DashboardHierarchy) bool
func (*DashboardHierarchy) GetChildren ¶
func (h *DashboardHierarchy) GetChildren() []ModTreeItem
GetChildren implements ModTreeItem
func (*DashboardHierarchy) GetDisplay ¶
func (h *DashboardHierarchy) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardHierarchy) GetDocumentation ¶
func (h *DashboardHierarchy) GetDocumentation() string
GetDocumentation implements DashboardLeafNode, ModTreeItem
func (*DashboardHierarchy) GetEdges ¶
func (h *DashboardHierarchy) GetEdges() DashboardEdgeList
GetEdges implements NodeAndEdgeProvider
func (*DashboardHierarchy) GetNodes ¶
func (h *DashboardHierarchy) GetNodes() DashboardNodeList
GetNodes implements NodeAndEdgeProvider
func (*DashboardHierarchy) GetType ¶
func (h *DashboardHierarchy) GetType() string
GetType implements DashboardLeafNode
func (*DashboardHierarchy) GetWidth ¶
func (h *DashboardHierarchy) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardHierarchy) OnDecoded ¶
func (h *DashboardHierarchy) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*DashboardHierarchy) SetEdges ¶
func (h *DashboardHierarchy) SetEdges(edges DashboardEdgeList)
SetEdges implements NodeAndEdgeProvider
func (*DashboardHierarchy) SetNodes ¶
func (h *DashboardHierarchy) SetNodes(nodes DashboardNodeList)
SetNodes implements NodeAndEdgeProvider
type DashboardImage ¶
type DashboardImage struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Src *string `cty:"src" hcl:"src" column:"src,text" json:"src,omitempty"` Alt *string `cty:"alt" hcl:"alt" column:"alt,text" json:"alt,omitempty"` // these properties are JSON serialised by the parent LeafRun Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` Base *DashboardImage `hcl:"base" json:"-"` }
DashboardImage is a struct representing a leaf dashboard node
func (*DashboardImage) CtyValue ¶
func (i *DashboardImage) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardImage) Diff ¶
func (i *DashboardImage) Diff(other *DashboardImage) *DashboardTreeItemDiffs
func (*DashboardImage) Equals ¶
func (i *DashboardImage) Equals(other *DashboardImage) bool
func (*DashboardImage) GetDisplay ¶
func (i *DashboardImage) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardImage) GetDocumentation ¶
func (*DashboardImage) GetDocumentation() string
GetDocumentation implements DashboardLeafNode, ModTreeItem
func (*DashboardImage) GetType ¶
func (*DashboardImage) GetType() string
GetType implements DashboardLeafNode
func (*DashboardImage) GetWidth ¶
func (i *DashboardImage) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardImage) OnDecoded ¶
func (i *DashboardImage) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*DashboardImage) ValidateQuery ¶
func (i *DashboardImage) ValidateQuery() hcl.Diagnostics
ValidateQuery implements QueryProvider
type DashboardInput ¶
type DashboardInput struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` DashboardName string `column:"dashboard,text" json:"-"` Label *string `cty:"label" hcl:"label" column:"label,text" json:"label,omitempty"` Placeholder *string `cty:"placeholder" hcl:"placeholder" column:"placeholder,text" json:"placeholder,omitempty"` Options []*DashboardInputOption `cty:"options" hcl:"option,block" json:"options,omitempty"` // tactical - exists purely so we can put "unqualified_name" in the snbapshot panel for the input // TODO remove when input names are refactored https://github.com/turbot/steampipe/issues/2863 InputName string `cty:"input_name" json:"unqualified_name"` // these properties are JSON serialised by the parent LeafRun Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` Base *DashboardInput `hcl:"base" json:"-"` // contains filtered or unexported fields }
DashboardInput is a struct representing a leaf dashboard node
func GetDashboardInput ¶
func GetDashboardInput(provider ResourceMapsProvider, inputName, dashboardName string) (*DashboardInput, bool)
GetDashboardInput looks for an input with a given parent dashboard this is required as GetResource does not support Inputs
func (*DashboardInput) Clone ¶
func (i *DashboardInput) Clone() *DashboardInput
TODO remove https://github.com/turbot/steampipe/issues/2864
func (*DashboardInput) CtyValue ¶
func (i *DashboardInput) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardInput) DependsOnInput ¶
func (i *DashboardInput) DependsOnInput(changedInputName string) bool
DependsOnInput returns whether this input has a runtime dependency on the given input¬
func (*DashboardInput) Diff ¶
func (i *DashboardInput) Diff(other *DashboardInput) *DashboardTreeItemDiffs
func (*DashboardInput) Equals ¶
func (i *DashboardInput) Equals(other *DashboardInput) bool
func (*DashboardInput) GetDisplay ¶
func (i *DashboardInput) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardInput) GetType ¶
func (i *DashboardInput) GetType() string
GetType implements DashboardLeafNode
func (*DashboardInput) GetWidth ¶
func (i *DashboardInput) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardInput) OnDecoded ¶
func (i *DashboardInput) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*DashboardInput) SetDashboard ¶
func (i *DashboardInput) SetDashboard(dashboard *Dashboard)
SetDashboard sets the parent dashboard container
func (*DashboardInput) ValidateQuery ¶
func (i *DashboardInput) ValidateQuery() hcl.Diagnostics
ValidateQuery implements QueryProvider
type DashboardInputOption ¶
type DashboardInputOption struct { Name string `hcl:"name,label" json:"name"` Label *string `cty:"label" hcl:"label" json:"label,omitempty"` }
DashboardInputOption is a struct representing dashboard input option
func (DashboardInputOption) Equals ¶
func (o DashboardInputOption) Equals(other *DashboardInputOption) bool
type DashboardLeafNode ¶
type DashboardLeafNode interface { ModTreeItem ResourceWithMetadata GetDisplay() string GetType() string GetWidth() int }
DashboardLeafNode must be implemented by resources may be a leaf node in the dashboard execution tree
type DashboardNode ¶
type DashboardNode struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Category *DashboardCategory `cty:"category" hcl:"category" column:"category,jsonb" json:"category,omitempty"` Base *DashboardNode `hcl:"base" json:"-"` }
DashboardNode is a struct representing a leaf dashboard node
func (*DashboardNode) CtyValue ¶
func (n *DashboardNode) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardNode) Diff ¶
func (n *DashboardNode) Diff(other *DashboardNode) *DashboardTreeItemDiffs
func (*DashboardNode) Equals ¶
func (n *DashboardNode) Equals(other *DashboardNode) bool
func (*DashboardNode) GetDisplay ¶
func (n *DashboardNode) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardNode) GetType ¶
func (n *DashboardNode) GetType() string
GetType implements DashboardLeafNode
func (*DashboardNode) GetWidth ¶
func (n *DashboardNode) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardNode) OnDecoded ¶
func (n *DashboardNode) OnDecoded(_ *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource—
type DashboardNodeList ¶
type DashboardNodeList []*DashboardNode
func (*DashboardNodeList) Contains ¶
func (l *DashboardNodeList) Contains(other *DashboardNode) bool
func (*DashboardNodeList) Get ¶
func (l *DashboardNodeList) Get(name string) *DashboardNode
func (*DashboardNodeList) Merge ¶
func (l *DashboardNodeList) Merge(other DashboardNodeList)
func (*DashboardNodeList) Names ¶
func (l *DashboardNodeList) Names() []string
type DashboardTable ¶
type DashboardTable struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` // TODO remove - check introspection tables Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` ColumnList DashboardTableColumnList `cty:"column_list" hcl:"column,block" column:"columns,jsonb" json:"-"` Columns map[string]*DashboardTableColumn `cty:"columns" json:"columns,omitempty"` Display *string `cty:"display" hcl:"display" json:"display,omitempty"` Base *DashboardTable `hcl:"base" json:"-"` }
DashboardTable is a struct representing a leaf dashboard node
func NewQueryDashboardTable ¶
func NewQueryDashboardTable(qp QueryProvider) (*DashboardTable, error)
NewQueryDashboardTable creates a Table to wrap a query. This is used in order to execute queries as dashboards
func (*DashboardTable) CtyValue ¶
func (t *DashboardTable) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardTable) Diff ¶
func (t *DashboardTable) Diff(other *DashboardTable) *DashboardTreeItemDiffs
func (*DashboardTable) Equals ¶
func (t *DashboardTable) Equals(other *DashboardTable) bool
func (*DashboardTable) GetDisplay ¶
func (t *DashboardTable) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardTable) GetDocumentation ¶
func (*DashboardTable) GetDocumentation() string
GetDocumentation implements DashboardLeafNode, ModTreeItem
func (*DashboardTable) GetType ¶
func (t *DashboardTable) GetType() string
GetType implements DashboardLeafNode
func (*DashboardTable) GetWidth ¶
func (t *DashboardTable) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardTable) OnDecoded ¶
func (t *DashboardTable) OnDecoded(block *hcl.Block, resourceMapProvider ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
type DashboardTableColumn ¶
type DashboardTableColumn struct { Name string `hcl:"name,label" json:"name"` Display *string `cty:"display" hcl:"display" json:"display,omitempty"` Wrap *string `cty:"wrap" hcl:"wrap" json:"wrap,omitempty"` HREF *string `cty:"href" hcl:"href" json:"href,omitempty"` }
func (DashboardTableColumn) Equals ¶
func (c DashboardTableColumn) Equals(other *DashboardTableColumn) bool
type DashboardTableColumnList ¶
type DashboardTableColumnList []*DashboardTableColumn
func (*DashboardTableColumnList) Merge ¶
func (c *DashboardTableColumnList) Merge(other DashboardTableColumnList)
type DashboardText ¶
type DashboardText struct { ResourceWithMetadataImpl ModTreeItemImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Value *string `cty:"value" hcl:"value" column:"value,text" json:"value,omitempty"` Width *int `cty:"width" hcl:"width" column:"width,text" json:"-"` Type *string `cty:"type" hcl:"type" column:"type,text" json:"-"` Display *string `cty:"display" hcl:"display" json:"-"` Base *DashboardText `hcl:"base" json:"-"` Mod *Mod `cty:"mod" json:"-"` }
DashboardText is a struct representing a leaf dashboard node
func (*DashboardText) CtyValue ¶
func (t *DashboardText) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardText) Diff ¶
func (t *DashboardText) Diff(other *DashboardText) *DashboardTreeItemDiffs
func (*DashboardText) Equals ¶
func (t *DashboardText) Equals(other *DashboardText) bool
func (*DashboardText) GetDisplay ¶
func (t *DashboardText) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardText) GetDocumentation ¶
func (*DashboardText) GetDocumentation() string
GetDocumentation implements DashboardLeafNode, ModTreeItem
func (*DashboardText) GetType ¶
func (t *DashboardText) GetType() string
GetType implements DashboardLeafNode
func (*DashboardText) GetWidth ¶
func (t *DashboardText) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardText) OnDecoded ¶
func (t *DashboardText) OnDecoded(*hcl.Block, ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
type DashboardTreeItemDiffs ¶
type DashboardTreeItemDiffs struct { Name string Item ModTreeItem ChangedProperties []string AddedItems []string RemovedItems []string }
DashboardTreeItemDiffs is a struct representing the differences between 2 DashboardTreeItems (of same type)
func (*DashboardTreeItemDiffs) AddAddedItem ¶
func (d *DashboardTreeItemDiffs) AddAddedItem(name string)
func (*DashboardTreeItemDiffs) AddPropertyDiff ¶
func (d *DashboardTreeItemDiffs) AddPropertyDiff(propertyName string)
func (*DashboardTreeItemDiffs) AddRemovedItem ¶
func (d *DashboardTreeItemDiffs) AddRemovedItem(name string)
func (*DashboardTreeItemDiffs) HasChanges ¶
func (d *DashboardTreeItemDiffs) HasChanges() bool
type DashboardWith ¶
type DashboardWith struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` }
DashboardWith is a struct representing a leaf dashboard node
func (*DashboardWith) CtyValue ¶
func (w *DashboardWith) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*DashboardWith) Diff ¶
func (w *DashboardWith) Diff(other *DashboardWith) *DashboardTreeItemDiffs
func (*DashboardWith) Equals ¶
func (w *DashboardWith) Equals(other *DashboardWith) bool
func (*DashboardWith) GetDisplay ¶
func (*DashboardWith) GetDisplay() string
GetDisplay implements DashboardLeafNode
func (*DashboardWith) GetType ¶
func (*DashboardWith) GetType() string
GetType implements DashboardLeafNode
func (*DashboardWith) GetWidth ¶
func (*DashboardWith) GetWidth() int
GetWidth implements DashboardLeafNode
func (*DashboardWith) OnDecoded ¶
func (w *DashboardWith) OnDecoded(_ *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
type DiscordCredential ¶
type DiscordCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*DiscordCredential) GetCredentialType ¶
func (*DiscordCredential) GetCredentialType() string
func (*DiscordCredential) GetTtl ¶
func (c *DiscordCredential) GetTtl() int
func (*DiscordCredential) Resolve ¶
func (c *DiscordCredential) Resolve(ctx context.Context) (Credential, error)
func (*DiscordCredential) Validate ¶
func (c *DiscordCredential) Validate() hcl.Diagnostics
type EmailIntegration ¶
type EmailIntegration struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` // email SmtpHost *string `json:"smtp_host,omitempty" cty:"smtp_host" hcl:"smtp_host,optional"` SmtpTls *string `json:"smtp_tls,omitempty" cty:"smtp_tls" hcl:"smtp_tls,optional"` SmtpPort *int `json:"smtp_port,omitempty" cty:"smtp_port" hcl:"smtp_port,optional"` SmtpsPort *int `json:"smtps_port,omitempty" cty:"smtps_port" hcl:"smtps_port,optional"` SmtpUsername *string `json:"smtp_username,omitempty" cty:"smtp_username" hcl:"smtp_username,optional"` SmtpPassword *string `json:"smtp_password,omitempty" cty:"smtp_password" hcl:"smtp_password,optional"` From *string `json:"from,omitempty" cty:"from" hcl:"from,optional"` DefaultRecipient *string `json:"default_recipient,omitempty" cty:"default_recipient" hcl:"default_recipient,optional"` DefaultSubject *string `json:"default_subject,omitempty" cty:"default_subject" hcl:"default_subject,optional"` }
func (*EmailIntegration) Equals ¶
func (i *EmailIntegration) Equals(other *EmailIntegration) bool
func (*EmailIntegration) GetIntegrationType ¶
func (i *EmailIntegration) GetIntegrationType() string
type ErrorConfig ¶
type ErrorConfig struct { // This means that invalid attributes must be validated "manually" If hcl.Body `json:"-" hcl:",remain"` Ignore *bool `json:"ignore,omitempty" hcl:"ignore,optional" cty:"ignore"` }
func (*ErrorConfig) Equals ¶
func (ec *ErrorConfig) Equals(other *ErrorConfig) bool
func (*ErrorConfig) Validate ¶
func (e *ErrorConfig) Validate() bool
type FlowpipeConfig ¶
type FlowpipeConfig struct {
Credentials map[string]Credential
}
func NewFlowpipeConfig ¶
func NewFlowpipeConfig() *FlowpipeConfig
type FlowpipeRequire ¶
type FlowpipeRequire struct { MinVersionString string `hcl:"min_version,optional"` Constraint *semver.Constraints DeclRange hcl.Range }
type FlowpipeWorkspaceProfile ¶
type FlowpipeWorkspaceProfile struct { ProfileName string `hcl:"name,label" cty:"name"` Base *FlowpipeWorkspaceProfile `hcl:"base"` Host *string `hcl:"host" cty:"host"` Input *bool `hcl:"input" cty:"input"` Insecure *bool `hcl:"insecure" cty:"insecure"` Listen *string `hcl:"listen" cty:"port"` LogLevel *string `hcl:"log_level" cty:"log_level"` MemoryMaxMb *int `hcl:"memory_max_mb" cty:"memory_max_mb"` Output *string `hcl:"output" cty:"output"` Port *int `hcl:"port" cty:"port"` Progress *bool `hcl:"progress" cty:"progress"` Telemetry *string `hcl:"telemetry" cty:"telemetry"` UpdateCheck *string `hcl:"update_check" cty:"update_check"` Watch *bool `hcl:"watch" cty:"watch"` DeclRange hcl.Range }
func (*FlowpipeWorkspaceProfile) ConfigMap ¶
func (p *FlowpipeWorkspaceProfile) ConfigMap(cmd *cobra.Command) map[string]interface{}
ConfigMap creates a config map containing all options to pass to viper
func (*FlowpipeWorkspaceProfile) CtyValue ¶
func (p *FlowpipeWorkspaceProfile) CtyValue() (cty.Value, error)
func (*FlowpipeWorkspaceProfile) GetDeclRange ¶
func (p *FlowpipeWorkspaceProfile) GetDeclRange() *hcl.Range
func (*FlowpipeWorkspaceProfile) GetInstallDir ¶
func (p *FlowpipeWorkspaceProfile) GetInstallDir() *string
TODO this is (currently) required by interface
func (*FlowpipeWorkspaceProfile) GetOptionsForBlock ¶
func (p *FlowpipeWorkspaceProfile) GetOptionsForBlock(block *hcl.Block) (options.Options, hcl.Diagnostics)
func (*FlowpipeWorkspaceProfile) IsNil ¶
func (p *FlowpipeWorkspaceProfile) IsNil() bool
func (*FlowpipeWorkspaceProfile) Name ¶
func (p *FlowpipeWorkspaceProfile) Name() string
func (*FlowpipeWorkspaceProfile) OnDecoded ¶
func (p *FlowpipeWorkspaceProfile) OnDecoded() hcl.Diagnostics
func (*FlowpipeWorkspaceProfile) SetOptions ¶
func (p *FlowpipeWorkspaceProfile) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
SetOptions sets the options on the connection verify the options object is a valid options type (only options.Connection currently supported)
func (*FlowpipeWorkspaceProfile) ShortName ¶
func (p *FlowpipeWorkspaceProfile) ShortName() string
type GcpCredential ¶
type GcpCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Credentials *string `json:"credentials,omitempty" cty:"credentials" hcl:"credentials,optional"` Ttl *int `json:"ttl,omitempty" cty:"ttl" hcl:"ttl,optional"` AccessToken *string `json:"access_token,omitempty" cty:"access_token" hcl:"access_token,optional"` }
func (*GcpCredential) GetCredentialType ¶
func (*GcpCredential) GetCredentialType() string
func (*GcpCredential) GetTtl ¶
func (c *GcpCredential) GetTtl() int
func (*GcpCredential) Resolve ¶
func (c *GcpCredential) Resolve(ctx context.Context) (Credential, error)
func (*GcpCredential) Validate ¶
func (c *GcpCredential) Validate() hcl.Diagnostics
type GitLabCredential ¶
type GitLabCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*GitLabCredential) GetCredentialType ¶
func (*GitLabCredential) GetCredentialType() string
func (*GitLabCredential) GetTtl ¶
func (c *GitLabCredential) GetTtl() int
func (*GitLabCredential) Resolve ¶
func (c *GitLabCredential) Resolve(ctx context.Context) (Credential, error)
func (*GitLabCredential) Validate ¶
func (c *GitLabCredential) Validate() hcl.Diagnostics
type GithubCredential ¶
type GithubCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*GithubCredential) GetCredentialType ¶
func (*GithubCredential) GetCredentialType() string
func (*GithubCredential) GetTtl ¶
func (c *GithubCredential) GetTtl() int
func (*GithubCredential) Resolve ¶
func (c *GithubCredential) Resolve(ctx context.Context) (Credential, error)
func (*GithubCredential) Validate ¶
func (c *GithubCredential) Validate() hcl.Diagnostics
type HclResource ¶
type HclResource interface { // TODO [node_reuse] rename to GetName/GetFullName Name() string GetTitle() string GetUnqualifiedName() string OnDecoded(*hcl.Block, ResourceMapsProvider) hcl.Diagnostics GetDeclRange() *hcl.Range BlockType() string GetDescription() string GetDocumentation() string GetTags() map[string]string SetTopLevel(bool) IsTopLevel() bool GetBase() HclResource GetHclResourceImpl() *HclResourceImpl }
HclResource must be implemented by resources defined in HCL
func NewBenchmark ¶
func NewBenchmark(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewControl ¶
func NewControl(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboard ¶
func NewDashboard(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardCard ¶
func NewDashboardCard(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardCategory ¶
func NewDashboardCategory(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardChart ¶
func NewDashboardChart(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardContainer ¶
func NewDashboardContainer(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardEdge ¶
func NewDashboardEdge(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardFlow ¶
func NewDashboardFlow(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardGraph ¶
func NewDashboardGraph(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardHierarchy ¶
func NewDashboardHierarchy(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardImage ¶
func NewDashboardImage(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardInput ¶
func NewDashboardInput(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardNode ¶
func NewDashboardNode(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardTable ¶
func NewDashboardTable(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardText ¶
func NewDashboardText(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewDashboardWith ¶
func NewDashboardWith(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewQuery ¶
func NewQuery(block *hcl.Block, mod *Mod, shortName string) HclResource
func NewRootBenchmarkWithChildren ¶
func NewRootBenchmarkWithChildren(mod *Mod, children []ModTreeItem) HclResource
type HclResourceImpl ¶
type HclResourceImpl struct { // required to allow partial decoding HclResourceRemain hcl.Body `hcl:",remain" json:"-"` FullName string `cty:"name" column:"qualified_name,text" json:"-"` Title *string `cty:"title" hcl:"title" column:"title,text" json:"-"` ShortName string `cty:"short_name" hcl:"name,label" json:"name"` UnqualifiedName string `cty:"unqualified_name" json:"-"` Description *string `cty:"description" hcl:"description" column:"description,text" json:"-"` Documentation *string `cty:"documentation" hcl:"documentation" column:"documentation,text" json:"-"` DeclRange hcl.Range `json:"-"` Tags map[string]string `cty:"tags" hcl:"tags,optional" column:"tags,jsonb" json:"-"` // contains filtered or unexported fields }
func NewHclResourceImpl ¶
func NewHclResourceImpl(block *hcl.Block, mod *Mod, shortName string) HclResourceImpl
func (*HclResourceImpl) BlockType ¶
func (b *HclResourceImpl) BlockType() string
BlockType implements HclResource
func (*HclResourceImpl) CtyValue ¶
func (b *HclResourceImpl) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*HclResourceImpl) Equals ¶
func (b *HclResourceImpl) Equals(other *HclResourceImpl) bool
func (*HclResourceImpl) GetBase ¶
func (b *HclResourceImpl) GetBase() HclResource
GetBase implements HclResource
func (*HclResourceImpl) GetDeclRange ¶
func (b *HclResourceImpl) GetDeclRange() *hcl.Range
GetDeclRange implements HclResource
func (*HclResourceImpl) GetDescription ¶
func (b *HclResourceImpl) GetDescription() string
GetDescription implements HclResource
func (*HclResourceImpl) GetDocumentation ¶
func (b *HclResourceImpl) GetDocumentation() string
GetDocumentation implements HclResource
func (*HclResourceImpl) GetHclResourceImpl ¶
func (b *HclResourceImpl) GetHclResourceImpl() *HclResourceImpl
GetHclResourceBase implements HclResource
func (*HclResourceImpl) GetTags ¶
func (b *HclResourceImpl) GetTags() map[string]string
GetTags implements HclResource
func (*HclResourceImpl) GetTitle ¶
func (b *HclResourceImpl) GetTitle() string
GetTitle implements HclResource
func (*HclResourceImpl) GetUnqualifiedName ¶
func (b *HclResourceImpl) GetUnqualifiedName() string
GetUnqualifiedName implements DashboardLeafNode, ModTreeItem
func (*HclResourceImpl) IsTopLevel ¶
func (b *HclResourceImpl) IsTopLevel() bool
IsTopLevel implements HclResource
func (*HclResourceImpl) Name ¶
func (b *HclResourceImpl) Name() string
Name implements HclResource return name in format: '<blocktype>.<shortName>'
func (*HclResourceImpl) OnDecoded ¶
func (b *HclResourceImpl) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*HclResourceImpl) SetTopLevel ¶
func (b *HclResourceImpl) SetTopLevel(isTopLevel bool)
SetTopLevel implements HclResource
type IP2LocationCredential ¶ added in v0.1.1
type IP2LocationCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIKey *string `json:"api_key,omitempty" cty:"api_key" hcl:"api_key,optional"` }
func (*IP2LocationCredential) CtyValue ¶ added in v0.1.1
func (c *IP2LocationCredential) CtyValue() (cty.Value, error)
func (*IP2LocationCredential) GetCredentialType ¶ added in v0.1.1
func (*IP2LocationCredential) GetCredentialType() string
func (*IP2LocationCredential) GetTtl ¶ added in v0.1.1
func (c *IP2LocationCredential) GetTtl() int
func (*IP2LocationCredential) Resolve ¶ added in v0.1.1
func (c *IP2LocationCredential) Resolve(ctx context.Context) (Credential, error)
func (*IP2LocationCredential) Validate ¶ added in v0.1.1
func (c *IP2LocationCredential) Validate() hcl.Diagnostics
type IPstackCredential ¶
type IPstackCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` AccessKey *string `json:"access_key,omitempty" cty:"access_key" hcl:"access_key,optional"` }
func (*IPstackCredential) GetCredentialType ¶
func (*IPstackCredential) GetCredentialType() string
func (*IPstackCredential) GetTtl ¶
func (c *IPstackCredential) GetTtl() int
func (*IPstackCredential) Resolve ¶
func (c *IPstackCredential) Resolve(ctx context.Context) (Credential, error)
func (*IPstackCredential) Validate ¶
func (c *IPstackCredential) Validate() hcl.Diagnostics
type Integration ¶
type Integration interface { HclResource ResourceWithMetadata GetIntegrationType() string CtyValue() (cty.Value, error) }
func NewIntegration ¶
func NewIntegration(mod *Mod, block *hcl.Block) Integration
type JiraCredential ¶
type JiraCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIToken *string `json:"api_token,omitempty" cty:"api_token" hcl:"api_token,optional"` BaseURL *string `json:"base_url,omitempty" cty:"base_url" hcl:"base_url,optional"` Username *string `json:"username,omitempty" cty:"username" hcl:"username,optional"` }
func (*JiraCredential) GetCredentialType ¶
func (*JiraCredential) GetCredentialType() string
func (*JiraCredential) GetTtl ¶
func (c *JiraCredential) GetTtl() int
func (*JiraCredential) Resolve ¶
func (c *JiraCredential) Resolve(ctx context.Context) (Credential, error)
func (*JiraCredential) Validate ¶
func (c *JiraCredential) Validate() hcl.Diagnostics
type Local ¶
type Local struct { ModTreeItemImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Value cty.Value // contains filtered or unexported fields }
Local is a struct representing a Local resource
func (*Local) Diff ¶
func (l *Local) Diff(other *Local) *DashboardTreeItemDiffs
type LoopDefn ¶
type LoopDefn interface { GetType() string UpdateInput(input Input, evalContext *hcl.EvalContext) (Input, error) }
func GetLoopDefn ¶
type LoopEmailStep ¶
type LoopEmailStep struct { Until bool `json:"until" hcl:"until" cty:"until"` To *[]string `json:"to,omitempty" hcl:"to,optional" cty:"to"` From *string `json:"from,omitempty" hcl:"from,optional" cty:"from"` SenderCredential *string `json:"sender_credential,omitempty" hcl:"sender_credential,optional" cty:"sender_credential"` Host *string `json:"host,omitempty" hcl:"host,optional" cty:"host"` Port *int64 `json:"port,omitempty" hcl:"port,optional" cty:"port"` SenderName *string `json:"sender_name,omitempty" hcl:"sender_name,optional" cty:"sender_name"` Cc *[]string `json:"cc,omitempty" hcl:"cc,optional" cty:"cc"` Bcc *[]string `json:"bcc,omitempty" hcl:"bcc,optional" cty:"bcc"` Body *string `json:"body,omitempty" hcl:"body,optional" cty:"body"` ContentType *string `json:"content_type,omitempty" hcl:"content_type,optional" cty:"content_type"` Subject *string `json:"subject,omitempty" hcl:"subject,optional" cty:"subject"` }
func (*LoopEmailStep) GetType ¶
func (*LoopEmailStep) GetType() string
func (*LoopEmailStep) UpdateInput ¶
func (l *LoopEmailStep) UpdateInput(input Input, evalContext *hcl.EvalContext) (Input, error)
type LoopHttpStep ¶
type LoopHttpStep struct { Until bool `json:"until" hcl:"until" cty:"until"` URL *string `json:"url,omitempty" hcl:"url,optional" cty:"url"` Method *string `json:"method,omitempty" hcl:"method,optional" cty:"method"` RequestBody *string `json:"request_body,omitempty" hcl:"request_body,optional" cty:"request_body"` RequestHeaders *map[string]interface{} `json:"request_headers,omitempty" hcl:"request_headers,optional" cty:"request_headers"` CaCertPem *string `json:"ca_cert_pem,omitempty" hcl:"ca_cert_pem,optional" cty:"ca_cert_pem"` Insecure *bool `json:"insecure,omitempty" hcl:"insecure,optional" cty:"insecure"` }
func (*LoopHttpStep) GetType ¶
func (*LoopHttpStep) GetType() string
func (*LoopHttpStep) UpdateInput ¶
func (l *LoopHttpStep) UpdateInput(input Input, evalContext *hcl.EvalContext) (Input, error)
type LoopPipelineStep ¶
type LoopPipelineStep struct {
Until bool `json:"until" hcl:"until" cty:"until"`
}
func (*LoopPipelineStep) GetType ¶
func (*LoopPipelineStep) GetType() string
func (*LoopPipelineStep) UpdateInput ¶
func (l *LoopPipelineStep) UpdateInput(input Input, evalContext *hcl.EvalContext) (Input, error)
type LoopQueryStep ¶
type LoopQueryStep struct { Until bool `json:"until" hcl:"until" cty:"until"` ConnnectionString *string `json:"connection_string,omitempty" hcl:"connection_string,optional" cty:"connection_string"` Sql *string `json:"sql,omitempty" hcl:"sql,optional" cty:"sql"` Args *[]interface{} `json:"args,omitempty" hcl:"args,optional" cty:"args"` }
func (*LoopQueryStep) GetType ¶
func (*LoopQueryStep) GetType() string
func (*LoopQueryStep) UpdateInput ¶
func (l *LoopQueryStep) UpdateInput(input Input, evalContext *hcl.EvalContext) (Input, error)
type LoopSleepStep ¶
type LoopSleepStep struct { Until bool `json:"until" hcl:"until" cty:"until"` Duration *string `json:"duration,omitempty" hcl:"duration,optional" cty:"duration"` }
func (*LoopSleepStep) GetType ¶
func (*LoopSleepStep) GetType() string
func (*LoopSleepStep) UpdateInput ¶
func (l *LoopSleepStep) UpdateInput(input Input, evalContext *hcl.EvalContext) (Input, error)
type LoopTransformStep ¶
type LoopTransformStep struct { Until bool `json:"until" hcl:"until" cty:"until"` Value interface{} `json:"value,omitempty" hcl:"value,optional" cty:"value"` }
func (*LoopTransformStep) GetType ¶
func (*LoopTransformStep) GetType() string
func (*LoopTransformStep) UpdateInput ¶
func (l *LoopTransformStep) UpdateInput(input Input, evalContext *hcl.EvalContext) (Input, error)
type MappableResource ¶
type MappableResource interface { HclResource ResourceWithMetadata // InitialiseFromFile creates a mappable resource from a file path // It returns the resource, and the raw file data InitialiseFromFile(modPath, filePath string) (MappableResource, []byte, error) }
MappableResource must be implemented by resources which can be created directly from a content file (e.g. sql)
func QueryFromFile ¶
func QueryFromFile(modPath, filePath string, mod *Mod) (MappableResource, []byte, error)
type MicrosoftTeamsCredential ¶
type MicrosoftTeamsCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` AccessToken *string `json:"access_token,omitempty" cty:"access_token" hcl:"access_token,optional"` }
func (*MicrosoftTeamsCredential) CtyValue ¶
func (c *MicrosoftTeamsCredential) CtyValue() (cty.Value, error)
func (*MicrosoftTeamsCredential) GetCredentialType ¶
func (*MicrosoftTeamsCredential) GetCredentialType() string
func (*MicrosoftTeamsCredential) GetTtl ¶
func (c *MicrosoftTeamsCredential) GetTtl() int
func (*MicrosoftTeamsCredential) Resolve ¶
func (c *MicrosoftTeamsCredential) Resolve(ctx context.Context) (Credential, error)
func (*MicrosoftTeamsCredential) Validate ¶
func (c *MicrosoftTeamsCredential) Validate() hcl.Diagnostics
type MissingVariableError ¶
type MissingVariableError struct {
MissingVariables []*Variable
}
func (MissingVariableError) Error ¶
func (m MissingVariableError) Error() string
type Mod ¶
type Mod struct { ResourceWithMetadataImpl ModTreeItemImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` // attributes Categories []string `cty:"categories" hcl:"categories,optional" column:"categories,jsonb"` Color *string `cty:"color" hcl:"color" column:"color,text"` Icon *string `cty:"icon" hcl:"icon" column:"icon,text"` // blocks Require *Require `hcl:"require,block"` LegacyRequire *Require `hcl:"requires,block"` OpenGraph *OpenGraph `hcl:"opengraph,block" column:"open_graph,jsonb"` // the mod version Version *semver.Version // DependencyPath is the fully qualified mod name including version, // which will by the map key in the workspace lock file // NOTE: this is the relative path to th emod location from the depdemncy install dir (.steampipe/mods) // e.g. github.com/turbot/steampipe-mod-azure-thrifty@v1.0.0 // (NOTE: pointer so it is nil in introspection tables if unpopulated) DependencyPath *string `column:"dependency_path,text"` // DependencyName return the name of the mod as a dependency, i.e. the mod dependency path, _without_ the version // e.g. github.com/turbot/steampipe-mod-azure-thrifty DependencyName string // ModPath is the installation location of the mod ModPath string // convenient aggregation of all resources ResourceMaps *ResourceMaps // contains filtered or unexported fields }
Mod is a struct representing a Mod resource
func CreateDefaultMod ¶
CreateDefaultMod creates a default mod created for a workspace with no mod definition
func (*Mod) AddModDependencies ¶
func (m *Mod) AddModDependencies(modVersions map[string]*ModVersionConstraint)
func (*Mod) AddReference ¶
func (m *Mod) AddReference(ref *ResourceReference)
AddReference implements ResourceWithMetadata (overridden from ResourceWithMetadataImpl)
func (*Mod) AddResource ¶
func (m *Mod) AddResource(item HclResource) hcl.Diagnostics
func (*Mod) BuildResourceTree ¶
BuildResourceTree builds the control tree structure by setting the parent property for each control and benchmark NOTE: this also builds the sorted benchmark list
func (*Mod) GetInstallCacheKey ¶
GetInstallCacheKey returns the key used to find this mod in a workspace lock InstallCache
func (*Mod) GetModDependency ¶
func (m *Mod) GetModDependency(modName string) *ModVersionConstraint
func (*Mod) GetReferences ¶
func (m *Mod) GetReferences() []*ResourceReference
GetReferences implements ResourceWithMetadata (overridden from ResourceWithMetadataImpl)
func (*Mod) GetResource ¶
func (m *Mod) GetResource(parsedName *ParsedResourceName) (resource HclResource, found bool)
func (*Mod) GetResourceMaps ¶
func (m *Mod) GetResourceMaps() *ResourceMaps
GetResourceMaps implements ResourceMapsProvider
func (*Mod) HasDependentMods ¶
func (*Mod) IsDefaultMod ¶
IsDefaultMod returns whether this mod is a default mod created for a workspace with no mod definition
func (*Mod) OnDecoded ¶
func (m *Mod) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*Mod) RemoveAllModDependencies ¶
func (m *Mod) RemoveAllModDependencies()
func (*Mod) RemoveModDependencies ¶
func (m *Mod) RemoveModDependencies(modVersions map[string]*ModVersionConstraint)
func (*Mod) RequireHasUnresolvedArgs ¶
RequireHasUnresolvedArgs returns whether the mod has any mod requirements which have unresolved args (this could be because the arg refers to a variable, meanin gwe need an additional parse phase to resolve the arg values)
func (*Mod) SetDependencyConfig ¶
SetDependencyConfig sets DependencyPath, DependencyName and Version
func (*Mod) SetFilePath ¶
func (*Mod) SetPaths ¶
func (m *Mod) SetPaths()
SetPaths implements ModTreeItem (override base functionality)
func (*Mod) ValidateRequirements ¶
ValidateRequirements validates that the current steampipe CLI and the installed plugins is compatible with the mod
func (*Mod) WalkResources ¶
func (m *Mod) WalkResources(resourceFunc func(item HclResource) (bool, error)) error
type ModTreeItem ¶
type ModTreeItem interface { HclResource ModItem ConnectionStringItem AddParent(ModTreeItem) error GetParents() []ModTreeItem GetChildren() []ModTreeItem // GetPaths returns an array resource paths GetPaths() []NodePath SetPaths() GetModTreeItemImpl() *ModTreeItemImpl }
ModTreeItem must be implemented by elements of the mod resource hierarchy i.e. Control, Benchmark, Dashboard
type ModTreeItemImpl ¶
type ModTreeItemImpl struct { HclResourceImpl // required to allow partial decoding ModTreeItemRemain hcl.Body `hcl:",remain" json:"-"` Mod *Mod `cty:"mod" json:"-"` ConnectionString *string `cty:"connection_string" hcl:"connection_string" json:"-"` Paths []NodePath `column:"path,jsonb" json:"-"` // contains filtered or unexported fields }
func NewModTreeItemImpl ¶
func NewModTreeItemImpl(block *hcl.Block, mod *Mod, shortName string) ModTreeItemImpl
func (*ModTreeItemImpl) AddParent ¶
func (b *ModTreeItemImpl) AddParent(parent ModTreeItem) error
AddParent implements ModTreeItem
func (*ModTreeItemImpl) CtyValue ¶
func (b *ModTreeItemImpl) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*ModTreeItemImpl) GetChildren ¶
func (b *ModTreeItemImpl) GetChildren() []ModTreeItem
GetChildren implements ModTreeItem
func (*ModTreeItemImpl) GetConnectionString ¶
func (b *ModTreeItemImpl) GetConnectionString() *string
GetConnectionString implements ConnectionStringItem, ModTreeItem
func (*ModTreeItemImpl) GetMod ¶
func (b *ModTreeItemImpl) GetMod() *Mod
GetMod implements ModItem, ModTreeItem
func (*ModTreeItemImpl) GetModTreeItemImpl ¶
func (b *ModTreeItemImpl) GetModTreeItemImpl() *ModTreeItemImpl
GetModTreeItemImpl implements ModTreeItem
func (*ModTreeItemImpl) GetParents ¶
func (b *ModTreeItemImpl) GetParents() []ModTreeItem
GetParents implements ModTreeItem
func (*ModTreeItemImpl) GetPaths ¶
func (b *ModTreeItemImpl) GetPaths() []NodePath
func (*ModTreeItemImpl) SetPaths ¶
func (b *ModTreeItemImpl) SetPaths()
SetPaths implements ModTreeItem
type ModVariableMap ¶
type ModVariableMap struct { // which mod have these variables been loaded for? Mod *Mod // top level variables RootVariables map[string]*Variable // map of dependency variable maps, keyed by dependency NAME DependencyVariables map[string]*ModVariableMap // a list of the pointers to the variables whose values can be changed // NOTE: this refers to the SAME variable objects as exist in the RootVariables and DependencyVariables maps, // so when we set the value of public variables, we mutate the underlying variable PublicVariables map[string]*Variable }
ModVariableMap is a struct containing maps of variable definitions
func NewModVariableMap ¶
func NewModVariableMap(mod *Mod) *ModVariableMap
NewModVariableMap builds a ModVariableMap using the variables from a mod and its dependencies
func (*ModVariableMap) GetPublicVariableValues ¶
func (m *ModVariableMap) GetPublicVariableValues() (map[string]string, error)
GetPublicVariableValues converts public variables into a map of string variable values
func (*ModVariableMap) PopulatePublicVariables ¶
func (m *ModVariableMap) PopulatePublicVariables()
PopulatePublicVariables builds a map of top level and dependency variables (dependency variables are keyed by full (qualified) name
func (*ModVariableMap) ToArray ¶
func (m *ModVariableMap) ToArray() []*Variable
type ModVersionConstraint ¶
type ModVersionConstraint struct { // the fully qualified mod name, e.g. github.com/turbot/mod1 Name string `cty:"name" hcl:"name,label"` VersionString string `cty:"version" hcl:"version"` // variable values to be set on the dependency mod Args map[string]cty.Value `cty:"args" hcl:"args,optional"` // only one of Constraint, Branch and FilePath will be set Constraint *versionhelpers.Constraints // the local file location to use FilePath string // contains the range of the definition of the mod block DefRange hcl.Range // contains the range of the body of the mod block BodyRange hcl.Range // contains the range of the total version field VersionRange hcl.Range }
func NewModVersionConstraint ¶
func NewModVersionConstraint(modFullName string) (*ModVersionConstraint, error)
NewModVersionConstraint creates a new ModVersionConstraint - this is called when installing a mod
func (*ModVersionConstraint) DependencyPath ¶
func (m *ModVersionConstraint) DependencyPath() string
func (*ModVersionConstraint) Equals ¶
func (m *ModVersionConstraint) Equals(other *ModVersionConstraint) bool
func (*ModVersionConstraint) HasVersion ¶
func (m *ModVersionConstraint) HasVersion() bool
HasVersion returns whether the mod has a version specified, or is the latest if no version is specified, or the version is "latest", this is the latest version
func (*ModVersionConstraint) Initialise ¶
func (m *ModVersionConstraint) Initialise(block *hcl.Block) hcl.Diagnostics
Initialise parses the version and name properties
func (*ModVersionConstraint) String ¶
func (m *ModVersionConstraint) String() string
type ModVersionConstraintCollection ¶
type ModVersionConstraintCollection []*ModVersionConstraint
ModVersionConstraintCollection is a collection of ModVersionConstraint instances and implements the sort interface. See the sort package for more details. https://golang.org/pkg/sort/
func (ModVersionConstraintCollection) Len ¶
func (c ModVersionConstraintCollection) Len() int
Len returns the length of a collection. The number of Version instances on the slice.
func (ModVersionConstraintCollection) Less ¶
func (c ModVersionConstraintCollection) Less(i, j int) bool
Less is needed for the sort interface to compare two Version objects on the slice. If checks if one is less than the other.
func (ModVersionConstraintCollection) Swap ¶
func (c ModVersionConstraintCollection) Swap(i, j int)
Swap is needed for the sort interface to replace the Version objects at two different positions in the slice.
type NamedItem ¶
type NamedItem struct {
Name string `cty:"name"`
}
NamedItem is a struct used by benchmark, container and dashboard to specify children of different types
type NamedItemList ¶
type NamedItemList []NamedItem
func (NamedItemList) StringList ¶
func (l NamedItemList) StringList() []string
type NextStep ¶
type NextStep struct { StepName string `json:"step_name"` Action NextStepAction `json:"action"` StepForEach *StepForEach `json:"step_for_each,omitempty"` StepLoop *StepLoop `json:"step_loop,omitempty"` Input Input `json:"input"` }
type NextStepAction ¶
type NextStepAction string
const ( // Default Next Step action which is just to start them, note that // the step may yet be "skipped" if the IF clause is preventing the step // to actually start, but at the very least we can "start" the step. NextStepActionStart NextStepAction = "start" // This happens if the step can't be started because one of it's dependency as failed // // Q: So why would step failure does not mean pipeline fail straight away? // A: We can't raise the pipeline fail command if there's "ignore error" directive on the step. // If there are steps that depend on the failed step, these steps becomes "inaccessible", they can't start // because the dependend step has failed. // NextStepActionInaccessible NextStepAction = "inaccessible" NextStepActionSkip NextStepAction = "skip" )
type NodeAndEdgeProvider ¶
type NodeAndEdgeProvider interface { QueryProvider WithProvider GetEdges() DashboardEdgeList SetEdges(DashboardEdgeList) GetNodes() DashboardNodeList SetNodes(DashboardNodeList) AddCategory(category *DashboardCategory) hcl.Diagnostics AddChild(child HclResource) hcl.Diagnostics }
NodeAndEdgeProvider must be implemented by any dashboard leaf node which supports edges and nodes (DashboardGraph, DashboardFlow, DashboardHierarchy) TODO [node_reuse] add NodeAndEdgeProviderImpl https://github.com/turbot/steampipe/issues/2918
type NodePath ¶
type NodePath []string
NodePath is a string array representing the parentage of a ModTreeItem
type OktaCredential ¶
type OktaCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` Domain *string `json:"domain,omitempty" cty:"domain" hcl:"domain,optional"` }
func (*OktaCredential) GetCredentialType ¶
func (*OktaCredential) GetCredentialType() string
func (*OktaCredential) GetTtl ¶
func (c *OktaCredential) GetTtl() int
func (*OktaCredential) Resolve ¶
func (c *OktaCredential) Resolve(ctx context.Context) (Credential, error)
func (*OktaCredential) Validate ¶
func (c *OktaCredential) Validate() hcl.Diagnostics
type OpenAICredential ¶
type OpenAICredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIKey *string `json:"api_key,omitempty" cty:"api_key" hcl:"api_key,optional"` }
func (*OpenAICredential) GetCredentialType ¶
func (*OpenAICredential) GetCredentialType() string
func (*OpenAICredential) GetTtl ¶
func (c *OpenAICredential) GetTtl() int
func (*OpenAICredential) Resolve ¶
func (c *OpenAICredential) Resolve(ctx context.Context) (Credential, error)
func (*OpenAICredential) Validate ¶
func (c *OpenAICredential) Validate() hcl.Diagnostics
type OpenGraph ¶
type OpenGraph struct { // The opengraph description (og:description) of the mod, for use in social media applications Description *string `cty:"description" hcl:"description" json:"description"` // The opengraph display title (og:title) of the mod, for use in social media applications. Title *string `cty:"title" hcl:"title" json:"title"` Image *string `cty:"image" hcl:"image" json:"image"` DeclRange hcl.Range `json:"-"` }
OpenGraph is a struct representing the OpenGraph group mod resource
type OpsgenieCredential ¶
type OpsgenieCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` AlertAPIKey *string `json:"alert_api_key,omitempty" cty:"alert_api_key" hcl:"alert_api_key,optional"` IncidentAPIKey *string `json:"incident_api_key,omitempty" cty:"incident_api_key" hcl:"incident_api_key,optional"` }
func (*OpsgenieCredential) GetCredentialType ¶
func (*OpsgenieCredential) GetCredentialType() string
func (*OpsgenieCredential) GetTtl ¶
func (c *OpsgenieCredential) GetTtl() int
func (*OpsgenieCredential) Resolve ¶
func (c *OpsgenieCredential) Resolve(ctx context.Context) (Credential, error)
func (*OpsgenieCredential) Validate ¶
func (c *OpsgenieCredential) Validate() hcl.Diagnostics
type OptionsBlockFactory ¶
type Output ¶
type Output struct { Status string `json:"status,omitempty"` FailureMode string `json:"failure_mode,omitempty"` Data OutputData `json:"data,omitempty"` Errors []StepError `json:"errors,omitempty"` }
Output is the output from a step execution.
type OutputData ¶
type OutputData map[string]interface{}
type PagerDutyCredential ¶
type PagerDutyCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*PagerDutyCredential) GetCredentialType ¶
func (*PagerDutyCredential) GetCredentialType() string
func (*PagerDutyCredential) GetTtl ¶
func (c *PagerDutyCredential) GetTtl() int
func (*PagerDutyCredential) Resolve ¶
func (c *PagerDutyCredential) Resolve(ctx context.Context) (Credential, error)
func (*PagerDutyCredential) Validate ¶
func (c *PagerDutyCredential) Validate() hcl.Diagnostics
type ParamDef ¶
type ParamDef struct { ShortName string `cty:"name" json:"name"` UnqualifiedName string `cty:"full_name" json:"-"` Description *string `cty:"description" json:"description"` Default *string `cty:"default" json:"default"` // tactical - is the raw value a string IsString bool `cty:"is_string" json:"-"` // list of all blocks referenced by the resource References []*ResourceReference `json:"-"` DeclRange hcl.Range `json:"-"` }
func NewParamDef ¶
func NewParamDef(block *hcl.Block) *ParamDef
func (*ParamDef) GetDefault ¶
GetDefault returns the default as an interface{}, unmarshalling json is the underlying value was NOT a string
func (*ParamDef) SetDefault ¶
SetDefault sets the default as a atring points, marshalling to json is the underlying value is NOT a string
type ParsedPropertyPath ¶
type ParsedPropertyPath struct { Mod string ItemType string Name string PropertyPath []string // optional scope of this property path ("self") Scope string Original string }
func ParseResourcePropertyPath ¶
func ParseResourcePropertyPath(propertyPath string) (*ParsedPropertyPath, error)
func PropertyPathFromExpression ¶
func PropertyPathFromExpression(expr hcl.Expression) (bool, *ParsedPropertyPath, error)
func (*ParsedPropertyPath) PropertyPathString ¶
func (p *ParsedPropertyPath) PropertyPathString() string
func (*ParsedPropertyPath) String ¶
func (p *ParsedPropertyPath) String() string
func (*ParsedPropertyPath) ToParsedResourceName ¶
func (p *ParsedPropertyPath) ToParsedResourceName() *ParsedResourceName
func (*ParsedPropertyPath) ToResourceName ¶
func (p *ParsedPropertyPath) ToResourceName() string
type ParsedResourceName ¶
func ParseResourceName ¶
func ParseResourceName(fullName string) (res *ParsedResourceName, err error)
func (*ParsedResourceName) ToFullName ¶
func (p *ParsedResourceName) ToFullName() string
func (*ParsedResourceName) ToFullNameWithMod ¶
func (p *ParsedResourceName) ToFullNameWithMod(mod string) string
func (*ParsedResourceName) ToResourceName ¶
func (p *ParsedResourceName) ToResourceName() string
type Pipeline ¶
type Pipeline struct { HclResourceImpl ResourceWithMetadataImpl // TODO: hack to serialise pipeline name because HclResourceImpl is not serialised PipelineName string `json:"pipeline_name"` // Unparsed HCL body, needed so we can de-code the step HCL into the correct struct RawBody hcl.Body `json:"-" hcl:",remain"` // Unparsed JSON raw message, needed so we can unmarshall the step JSON into the correct struct StepsRawJson json.RawMessage `json:"-"` Steps []PipelineStep `json:"steps,omitempty"` OutputConfig []PipelineOutput `json:"outputs,omitempty"` Params map[string]*PipelineParam `json:"params"` // contains filtered or unexported fields }
Pipeline represents a "pipeline" block in an flowpipe HCL (*.fp) file
Note that this Pipeline definition is different that the pipeline that is running. This definition contains unresolved expressions (mostly in steps), how to handle errors etc but not the actual Pipeline execution data.
func NewPipelineHcl ¶
func (*Pipeline) CoercePipelineParams ¶
This is inefficient because we are coercing the value from string -> Go using Cty (because that's how the pipeline is defined) and again we convert from Go -> Cty when we're executing the pipeline to build EvalContext when we're evaluating data are not resolved during parse time.
func (*Pipeline) GetStep ¶
func (p *Pipeline) GetStep(stepFullyQualifiedName string) PipelineStep
Pipeline functions
func (*Pipeline) OnDecoded ¶
func (p *Pipeline) OnDecoded(*hcl.Block, ResourceMapsProvider) hcl.Diagnostics
func (*Pipeline) SetAttributes ¶
func (p *Pipeline) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*Pipeline) SetOptions ¶
SetOptions sets the options on the connection verify the options object is a valid options type (only options.Connection currently supported)
func (*Pipeline) UnmarshalJSON ¶
func (*Pipeline) ValidatePipelineParam ¶
type PipelineOutput ¶
type PipelineOutput struct { Name string `json:"name"` Description string `json:"description,omitempty"` DependsOn []string `json:"depends_on,omitempty"` Resolved bool `json:"resolved,omitempty"` Value interface{} `json:"value,omitempty"` UnresolvedValue hcl.Expression `json:"-"` }
func (*PipelineOutput) AppendDependsOn ¶
func (o *PipelineOutput) AppendDependsOn(dependsOn ...string)
func (*PipelineOutput) Equals ¶
func (p *PipelineOutput) Equals(other *PipelineOutput) bool
type PipelineParam ¶
type PipelineStep ¶
type PipelineStep interface { PipelineStepBaseInterface Initialize() GetFullyQualifiedName() string GetName() string SetName(string) GetType() string SetType(string) SetPipelineName(string) GetPipelineName() string IsResolved() bool GetUnresolvedAttributes() map[string]hcl.Expression AddUnresolvedBody(string, hcl.Body) GetUnresolvedBodies() map[string]hcl.Body GetInputs(*hcl.EvalContext) (map[string]interface{}, error) GetDependsOn() []string GetCredentialDependsOn() []string GetForEach() hcl.Expression SetAttributes(hcl.Attributes, *hcl.EvalContext) hcl.Diagnostics SetBlockConfig(hcl.Blocks, *hcl.EvalContext) hcl.Diagnostics SetErrorConfig(*ErrorConfig) GetErrorConfig(*hcl.EvalContext, bool) (*ErrorConfig, hcl.Diagnostics) GetRetryConfig(*hcl.EvalContext, bool) (*RetryConfig, hcl.Diagnostics) GetThrowConfig() []ThrowConfig SetOutputConfig(map[string]*PipelineOutput) GetOutputConfig() map[string]*PipelineOutput Equals(other PipelineStep) bool Validate() hcl.Diagnostics }
A common interface that all pipeline steps must implement
func NewPipelineStep ¶
func NewPipelineStep(stepType, stepName string) PipelineStep
type PipelineStepBase ¶
type PipelineStepBase struct { Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` Name string `json:"name"` Type string `json:"step_type"` PipelineName string `json:"pipeline_name,omitempty"` Timeout interface{} `json:"timeout,omitempty"` DependsOn []string `json:"depends_on,omitempty"` CredentialDependsOn []string `json:"credential_depends_on,omitempty"` Resolved bool `json:"resolved,omitempty"` ErrorConfig *ErrorConfig `json:"-"` RetryConfig *RetryConfig `json:"retry,omitempty"` ThrowConfig []ThrowConfig `json:"throw,omitempty"` OutputConfig map[string]*PipelineOutput `json:"-"` // This cant' be serialised UnresolvedAttributes map[string]hcl.Expression `json:"-"` UnresolvedBodies map[string]hcl.Body `json:"-"` ForEach hcl.Expression `json:"-"` }
A common base struct that all pipeline steps must embed
func (*PipelineStepBase) AddUnresolvedAttribute ¶
func (p *PipelineStepBase) AddUnresolvedAttribute(name string, expr hcl.Expression)
func (*PipelineStepBase) AddUnresolvedBody ¶
func (p *PipelineStepBase) AddUnresolvedBody(name string, body hcl.Body)
func (*PipelineStepBase) AppendCredentialDependsOn ¶
func (p *PipelineStepBase) AppendCredentialDependsOn(credentialDependsOn ...string)
func (*PipelineStepBase) AppendDependsOn ¶
func (p *PipelineStepBase) AppendDependsOn(dependsOn ...string)
func (*PipelineStepBase) Equals ¶
func (p *PipelineStepBase) Equals(otherBase *PipelineStepBase) bool
func (*PipelineStepBase) GetBaseInputs ¶
func (p *PipelineStepBase) GetBaseInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepBase) GetCredentialDependsOn ¶
func (p *PipelineStepBase) GetCredentialDependsOn() []string
func (*PipelineStepBase) GetDependsOn ¶
func (p *PipelineStepBase) GetDependsOn() []string
func (*PipelineStepBase) GetErrorConfig ¶
func (p *PipelineStepBase) GetErrorConfig(evalContext *hcl.EvalContext, ifResolution bool) (*ErrorConfig, hcl.Diagnostics)
func (*PipelineStepBase) GetForEach ¶
func (p *PipelineStepBase) GetForEach() hcl.Expression
func (*PipelineStepBase) GetFullyQualifiedName ¶
func (p *PipelineStepBase) GetFullyQualifiedName() string
func (*PipelineStepBase) GetName ¶
func (p *PipelineStepBase) GetName() string
func (*PipelineStepBase) GetOutputConfig ¶
func (p *PipelineStepBase) GetOutputConfig() map[string]*PipelineOutput
func (*PipelineStepBase) GetPipelineName ¶
func (p *PipelineStepBase) GetPipelineName() string
func (*PipelineStepBase) GetRetryConfig ¶
func (p *PipelineStepBase) GetRetryConfig(evalContext *hcl.EvalContext, ifResolution bool) (*RetryConfig, hcl.Diagnostics)
func (*PipelineStepBase) GetThrowConfig ¶
func (p *PipelineStepBase) GetThrowConfig() []ThrowConfig
func (*PipelineStepBase) GetType ¶
func (p *PipelineStepBase) GetType() string
func (*PipelineStepBase) GetUnresolvedAttributes ¶
func (p *PipelineStepBase) GetUnresolvedAttributes() map[string]hcl.Expression
func (*PipelineStepBase) GetUnresolvedBodies ¶
func (p *PipelineStepBase) GetUnresolvedBodies() map[string]hcl.Body
func (*PipelineStepBase) HandleDecodeBodyDiags ¶
func (p *PipelineStepBase) HandleDecodeBodyDiags(diags hcl.Diagnostics, attributeName string, body hcl.Body) hcl.Diagnostics
func (*PipelineStepBase) Initialize ¶
func (p *PipelineStepBase) Initialize()
func (*PipelineStepBase) IsBaseAttribute ¶
func (p *PipelineStepBase) IsBaseAttribute(name string) bool
func (*PipelineStepBase) IsResolved ¶
func (p *PipelineStepBase) IsResolved() bool
func (*PipelineStepBase) SetBaseAttributes ¶
func (p *PipelineStepBase) SetBaseAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepBase) SetBlockConfig ¶
func (p *PipelineStepBase) SetBlockConfig(blocks hcl.Blocks, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepBase) SetErrorConfig ¶
func (p *PipelineStepBase) SetErrorConfig(errorConfig *ErrorConfig)
func (*PipelineStepBase) SetName ¶
func (p *PipelineStepBase) SetName(name string)
func (*PipelineStepBase) SetOutputConfig ¶
func (p *PipelineStepBase) SetOutputConfig(output map[string]*PipelineOutput)
func (*PipelineStepBase) SetPipelineName ¶
func (p *PipelineStepBase) SetPipelineName(pipelineName string)
func (*PipelineStepBase) SetResolved ¶
func (p *PipelineStepBase) SetResolved(resolved bool)
func (*PipelineStepBase) SetType ¶
func (p *PipelineStepBase) SetType(stepType string)
func (*PipelineStepBase) Validate ¶
func (p *PipelineStepBase) Validate() hcl.Diagnostics
func (*PipelineStepBase) ValidateBaseAttributes ¶
func (p *PipelineStepBase) ValidateBaseAttributes() hcl.Diagnostics
type PipelineStepContainer ¶
type PipelineStepContainer struct { PipelineStepBase Image *string `json:"image"` Source *string `json:"source"` Cmd []string `json:"cmd"` Env map[string]string `json:"env"` EntryPoint []string `json:"entrypoint"` Memory *int64 `json:"memory"` MemoryReservation *int64 `json:"memory_reservation"` MemorySwap *int64 `json:"memory_swap"` MemorySwappiness *int64 `json:"memory_swappiness"` ReadOnly *bool `json:"read_only"` User *string `json:"user"` Workdir *string `json:"workdir"` }
func (*PipelineStepContainer) Equals ¶
func (p *PipelineStepContainer) Equals(iOther PipelineStep) bool
func (*PipelineStepContainer) GetInputs ¶
func (p *PipelineStepContainer) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepContainer) SetAttributes ¶
func (p *PipelineStepContainer) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepContainer) Validate ¶
func (p *PipelineStepContainer) Validate() hcl.Diagnostics
type PipelineStepEmail ¶
type PipelineStepEmail struct { PipelineStepBase To []string `json:"to"` From *string `json:"from"` SmtpPassword *string `json:"smtp_password"` SmtpUsername *string `json:"smtp_username"` Host *string `json:"host"` Port *int64 `json:"port"` SenderName *string `json:"sender_name"` Cc []string `json:"cc"` Bcc []string `json:"bcc"` Body *string `json:"body"` ContentType *string `json:"content_type"` Subject *string `json:"subject"` }
func (*PipelineStepEmail) Equals ¶
func (p *PipelineStepEmail) Equals(iOther PipelineStep) bool
func (*PipelineStepEmail) GetInputs ¶
func (p *PipelineStepEmail) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepEmail) SetAttributes ¶
func (p *PipelineStepEmail) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
type PipelineStepFunction ¶
type PipelineStepFunction struct { PipelineStepBase Function cty.Value `json:"-"` Runtime string `json:"runtime" cty:"runtime"` Source string `json:"source" cty:"source"` Handler string `json:"handler" cty:"handler"` Event map[string]interface{} `json:"event"` Env map[string]string `json:"env"` }
func (*PipelineStepFunction) Equals ¶
func (p *PipelineStepFunction) Equals(iOther PipelineStep) bool
func (*PipelineStepFunction) GetInputs ¶
func (p *PipelineStepFunction) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepFunction) SetAttributes ¶
func (p *PipelineStepFunction) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepFunction) Validate ¶
func (p *PipelineStepFunction) Validate() hcl.Diagnostics
type PipelineStepHttp ¶
type PipelineStepHttp struct { PipelineStepBase Url *string `json:"url" binding:"required"` Method *string `json:"method,omitempty"` CaCertPem *string `json:"ca_cert_pem,omitempty"` Insecure *bool `json:"insecure,omitempty"` RequestBody *string `json:"request_body,omitempty"` RequestHeaders map[string]interface{} `json:"request_headers,omitempty"` BasicAuthConfig *BasicAuthConfig `json:"basic_auth_config,omitempty"` }
func (*PipelineStepHttp) Equals ¶
func (p *PipelineStepHttp) Equals(iOther PipelineStep) bool
func (*PipelineStepHttp) GetInputs ¶
func (p *PipelineStepHttp) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepHttp) SetAttributes ¶
func (p *PipelineStepHttp) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepHttp) SetBlockConfig ¶
func (p *PipelineStepHttp) SetBlockConfig(blocks hcl.Blocks, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepHttp) Validate ¶
func (p *PipelineStepHttp) Validate() hcl.Diagnostics
type PipelineStepInput ¶
type PipelineStepInput struct { PipelineStepBase Prompt *string `json:"prompt"` Options []string `json:"options" cty:"options"` // We can have more than one notify block /* step "input" "input" { prompt = "Choose an option:" notify { integration = integration.slack.integrated_app channel = "#general" } notify { integration = integration.email.email_integration to = "awesomebob@blahblah.com" } } */ NotifyList []PipelineStepInputNotify // This is odd but notifies is an attribute that can be set dynamically, i.e. input from another step. It's also a list of complex // object, so we've decided for now it's the quickest way to implement it. // // We are unable to parse the Notifies for invalid Notifies cty.Value }
func (*PipelineStepInput) Equals ¶
func (p *PipelineStepInput) Equals(iOther PipelineStep) bool
func (*PipelineStepInput) GetInputs ¶
func (p *PipelineStepInput) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepInput) SetAttributes ¶
func (p *PipelineStepInput) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepInput) SetBlockConfig ¶
func (p *PipelineStepInput) SetBlockConfig(blocks hcl.Blocks, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepInput) Validate ¶
func (p *PipelineStepInput) Validate() hcl.Diagnostics
type PipelineStepInputNotify ¶
type PipelineStepInputNotify struct { Channel *string `json:"channel,omitempty" hcl:"channel,optional"` To *string `json:"to,omitempty" hcl:"to,optional"` Integration cty.Value `json:"-" hcl:"integration"` }
func (*PipelineStepInputNotify) Validate ¶
func (p *PipelineStepInputNotify) Validate() hcl.Diagnostics
type PipelineStepPipeline ¶
type PipelineStepPipeline struct { PipelineStepBase Pipeline cty.Value `json:"-"` Args Input `json:"args"` }
func (*PipelineStepPipeline) Equals ¶
func (p *PipelineStepPipeline) Equals(iOther PipelineStep) bool
func (*PipelineStepPipeline) GetInputs ¶
func (p *PipelineStepPipeline) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepPipeline) SetAttributes ¶
func (p *PipelineStepPipeline) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
type PipelineStepQuery ¶
type PipelineStepQuery struct { PipelineStepBase ConnnectionString *string `json:"connection_string"` Sql *string `json:"sql"` Args []interface{} `json:"args"` }
func (*PipelineStepQuery) Equals ¶
func (p *PipelineStepQuery) Equals(iOther PipelineStep) bool
func (*PipelineStepQuery) GetInputs ¶
func (p *PipelineStepQuery) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepQuery) SetAttributes ¶
func (p *PipelineStepQuery) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
type PipelineStepSleep ¶
type PipelineStepSleep struct { PipelineStepBase Duration interface{} `json:"duration"` }
func (*PipelineStepSleep) Equals ¶
func (p *PipelineStepSleep) Equals(iOther PipelineStep) bool
func (*PipelineStepSleep) GetInputs ¶
func (p *PipelineStepSleep) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepSleep) SetAttributes ¶
func (p *PipelineStepSleep) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
func (*PipelineStepSleep) Validate ¶
func (p *PipelineStepSleep) Validate() hcl.Diagnostics
type PipelineStepTransform ¶
type PipelineStepTransform struct { PipelineStepBase Value any `json:"value"` }
func (*PipelineStepTransform) Equals ¶
func (p *PipelineStepTransform) Equals(iOther PipelineStep) bool
func (*PipelineStepTransform) GetInputs ¶
func (p *PipelineStepTransform) GetInputs(evalContext *hcl.EvalContext) (map[string]interface{}, error)
func (*PipelineStepTransform) SetAttributes ¶
func (p *PipelineStepTransform) SetAttributes(hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
type PipesCredential ¶
type PipesCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*PipesCredential) GetCredentialType ¶
func (*PipesCredential) GetCredentialType() string
func (*PipesCredential) GetTtl ¶
func (c *PipesCredential) GetTtl() int
func (*PipesCredential) Resolve ¶
func (c *PipesCredential) Resolve(ctx context.Context) (Credential, error)
func (*PipesCredential) Validate ¶
func (c *PipesCredential) Validate() hcl.Diagnostics
type Plugin ¶
type Plugin struct { Instance string `hcl:"name,label" db:"plugin_instance"` Alias string `hcl:"source,optional"` MemoryMaxMb *int `hcl:"memory_max_mb,optional" db:"memory_max_mb"` Limiters []*RateLimiter `hcl:"limiter,block" db:"limiters"` FileName *string `db:"file_name"` StartLineNumber *int `db:"start_line_number"` EndLineNumber *int `db:"end_line_number"` // the image ref as a string Plugin string `db:"plugin"` }
func NewImplicitPlugin ¶
func NewImplicitPlugin(connection *Connection, imageRef string) *Plugin
NewImplicitPlugin creates a default plugin config struct for a connection this is called when there is no explicit plugin config defined for a plugin which is used by a connection
func (*Plugin) FriendlyName ¶
func (*Plugin) GetLimiterMap ¶
func (l *Plugin) GetLimiterMap() map[string]*RateLimiter
func (*Plugin) GetMaxMemoryBytes ¶
type PluginVersion ¶
type PluginVersion struct { // the plugin name, as specified in the mod requires block. , e.g. turbot/mod1, aws RawName string `cty:"name" hcl:"name,label"` // Deprecated: use MinVersionString VersionString string `cty:"version" hcl:"version,optional"` // the minumum version which satisfies the requirement MinVersionString string `cty:"min_version" hcl:"min_version,optional"` Constraint *semver.Constraints // the org and name which are parsed from the raw name Org string Name string DeclRange hcl.Range }
func (*PluginVersion) FullName ¶
func (p *PluginVersion) FullName() string
func (*PluginVersion) Initialise ¶
func (p *PluginVersion) Initialise(block *hcl.Block) hcl.Diagnostics
Initialise parses the version and name properties
func (*PluginVersion) ShortName ¶
func (p *PluginVersion) ShortName() string
func (*PluginVersion) String ¶
func (p *PluginVersion) String() string
type PluginVersionString ¶
type PluginVersionString struct {
// contains filtered or unexported fields
}
func LocalPluginVersionString ¶
func LocalPluginVersionString() *PluginVersionString
func NewPluginVersionString ¶
func NewPluginVersionString(version string) (*PluginVersionString, error)
func (*PluginVersionString) IsLocal ¶
func (p *PluginVersionString) IsLocal() bool
func (*PluginVersionString) IsSemver ¶
func (p *PluginVersionString) IsSemver() bool
func (*PluginVersionString) Semver ¶
func (p *PluginVersionString) Semver() *semver.Version
func (*PluginVersionString) String ¶
func (p *PluginVersionString) String() string
type Pos ¶
Pos represents a single position in a source file This is a direct re-implementation of hcl.Pos, allowing us to control JSON serialization
type PowerpipeWorkspaceProfile ¶
type PowerpipeWorkspaceProfile struct { ProfileName string `hcl:"name,label" cty:"name"` CloudHost *string `hcl:"cloud_host,optional" cty:"cloud_host"` CloudToken *string `hcl:"cloud_token,optional" cty:"cloud_token"` InstallDir *string `hcl:"install_dir,optional" cty:"install_dir"` QueryTimeout *int `hcl:"query_timeout,optional" cty:"query_timeout"` SnapshotLocation *string `hcl:"snapshot_location,optional" cty:"snapshot_location"` WorkspaceDatabase *string `hcl:"workspace_database,optional" cty:"workspace_database"` SearchPath *string `hcl:"search_path" cty:"search_path"` SearchPathPrefix *string `hcl:"search_path_prefix" cty:"search_path_prefix"` Watch *bool `hcl:"watch" cty:"watch"` MaxParallel *int `hcl:"max_parallel" cty:"max-parallel"` Introspection *string `hcl:"introspection" cty:"introspection"` Input *bool `hcl:"input" cty:"input"` Progress *bool `hcl:"progress" cty:"progress"` Theme *string `hcl:"theme" cty:"theme"` Cache *bool `hcl:"cache" cty:"cache"` CacheTTL *int `hcl:"cache_ttl" cty:"cache_ttl"` Base *PowerpipeWorkspaceProfile `hcl:"base"` // options QueryOptions *options.Query `cty:"query-options"` CheckOptions *options.Check `cty:"check-options"` DashboardOptions *options.WorkspaceProfileDashboard `cty:"dashboard-options"` DeclRange hcl.Range }
func (*PowerpipeWorkspaceProfile) ConfigMap ¶
func (p *PowerpipeWorkspaceProfile) ConfigMap(cmd *cobra.Command) map[string]interface{}
ConfigMap creates a config map containing all options to pass to viper
func (*PowerpipeWorkspaceProfile) CtyValue ¶
func (p *PowerpipeWorkspaceProfile) CtyValue() (cty.Value, error)
func (*PowerpipeWorkspaceProfile) GetDeclRange ¶
func (p *PowerpipeWorkspaceProfile) GetDeclRange() *hcl.Range
func (*PowerpipeWorkspaceProfile) GetInstallDir ¶
func (p *PowerpipeWorkspaceProfile) GetInstallDir() *string
func (*PowerpipeWorkspaceProfile) IsNil ¶
func (p *PowerpipeWorkspaceProfile) IsNil() bool
func (*PowerpipeWorkspaceProfile) Name ¶
func (p *PowerpipeWorkspaceProfile) Name() string
func (*PowerpipeWorkspaceProfile) OnDecoded ¶
func (p *PowerpipeWorkspaceProfile) OnDecoded() hcl.Diagnostics
func (*PowerpipeWorkspaceProfile) SetOptions ¶
func (p *PowerpipeWorkspaceProfile) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
SetOptions sets the options on the connection verify the options object is a valid options type (only options.Connection currently supported)
func (*PowerpipeWorkspaceProfile) ShortName ¶
func (p *PowerpipeWorkspaceProfile) ShortName() string
type Query ¶
type Query struct { ResourceWithMetadataImpl QueryProviderImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` // only here as otherwise gocty.ImpliedType panics Unused string `cty:"unused" json:"-"` }
Query is a struct representing the Query resource
func (*Query) Diff ¶
func (q *Query) Diff(other *Query) *DashboardTreeItemDiffs
func (*Query) InitialiseFromFile ¶
func (q *Query) InitialiseFromFile(modPath, filePath string) (MappableResource, []byte, error)
InitialiseFromFile implements MappableResource
func (*Query) OnDecoded ¶
func (q *Query) OnDecoded(*hcl.Block, ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
type QueryArgs ¶
type QueryArgs struct { ArgMap map[string]string `cty:"args" json:"args,omitempty"` // args list may be sparsely populated (in case of runtime dependencies) // so use *string ArgList []*string `cty:"args_list" json:"args_list"` References []*ResourceReference `cty:"refs" json:"refs"` // contains filtered or unexported fields }
QueryArgs is a struct which contains the arguments used to invoke a query these may either be passed by name, in a map, or as a list of positional args NOTE: if both are present the named parameters are used
func MergeArgs ¶
func MergeArgs(queryProvider QueryProvider, runtimeArgs *QueryArgs) (*QueryArgs, error)
MergeArgs ensures base and runtime args are non nil and merges them into single args
func NewQueryArgs ¶
func NewQueryArgs() *QueryArgs
func (*QueryArgs) ArgsStringList ¶
ArgsStringList convert ArgLists into list of strings
func (*QueryArgs) ConvertArgsList ¶
ConvertArgsList convert argList into list of interface{} by unmarshalling
func (*QueryArgs) GetNamedArg ¶
func (*QueryArgs) GetPositionalArg ¶
func (*QueryArgs) Merge ¶
func (q *QueryArgs) Merge(other *QueryArgs, source QueryProvider) (*QueryArgs, error)
Merge merges the other args with ourselves, creating and returning a new QueryArgs with the result NOTE: other has precedence
func (*QueryArgs) SetArgList ¶
func (*QueryArgs) SetNamedArgVal ¶
func (*QueryArgs) SetPositionalArgVal ¶
type QueryProvider ¶
type QueryProvider interface { RuntimeDependencyProvider GetArgs() *QueryArgs GetParams() []*ParamDef GetSQL() *string GetQuery() *Query SetArgs(*QueryArgs) SetParams([]*ParamDef) GetResolvedQuery(*QueryArgs) (*ResolvedQuery, error) RequiresExecution(QueryProvider) bool ValidateQuery() hcl.Diagnostics MergeParentArgs(QueryProvider, QueryProvider) hcl.Diagnostics GetQueryProviderImpl() *QueryProviderImpl ParamsInheritedFromBase() bool ArgsInheritedFromBase() bool }
QueryProvider must be implemented by resources which have query/sql
type QueryProviderImpl ¶
type QueryProviderImpl struct { RuntimeDependencyProviderImpl QueryProviderRemain hcl.Body `hcl:",remain" json:"-"` SQL *string `cty:"sql" hcl:"sql" column:"sql,text" json:"-"` Query *Query `cty:"query" hcl:"query" json:"-"` Args *QueryArgs `cty:"args" column:"args,jsonb" json:"-"` Params []*ParamDef `cty:"params" column:"params,jsonb" json:"-"` QueryName *string `column:"query,text" json:"-"` // contains filtered or unexported fields }
func NewQueryProviderImpl ¶
func NewQueryProviderImpl(block *hcl.Block, mod *Mod, shortName string) QueryProviderImpl
func (*QueryProviderImpl) ArgsInheritedFromBase ¶
func (q *QueryProviderImpl) ArgsInheritedFromBase() bool
ArgsInheritedFromBase implements QueryProvider determine whether our args were inherited from base resource
func (*QueryProviderImpl) CtyValue ¶
func (q *QueryProviderImpl) CtyValue() (cty.Value, error)
CtyValue implements CtyValueProvider
func (*QueryProviderImpl) GetArgs ¶
func (q *QueryProviderImpl) GetArgs() *QueryArgs
GetArgs implements QueryProvider
func (*QueryProviderImpl) GetParams ¶
func (q *QueryProviderImpl) GetParams() []*ParamDef
GetParams implements QueryProvider
func (*QueryProviderImpl) GetQuery ¶
func (q *QueryProviderImpl) GetQuery() *Query
GetQuery implements QueryProvider
func (*QueryProviderImpl) GetQueryProviderImpl ¶
func (q *QueryProviderImpl) GetQueryProviderImpl() *QueryProviderImpl
GetQueryProviderImpl implements QueryProvider
func (*QueryProviderImpl) GetResolvedQuery ¶
func (q *QueryProviderImpl) GetResolvedQuery(runtimeArgs *QueryArgs) (*ResolvedQuery, error)
GetResolvedQuery return the SQL and args to run the query
func (*QueryProviderImpl) GetSQL ¶
func (q *QueryProviderImpl) GetSQL() *string
GetSQL implements QueryProvider
func (*QueryProviderImpl) MergeParentArgs ¶
func (q *QueryProviderImpl) MergeParentArgs(queryProvider QueryProvider, parent QueryProvider) (diags hcl.Diagnostics)
MergeParentArgs merges our args with our parent args (ours take precedence)
func (*QueryProviderImpl) OnDecoded ¶
func (q *QueryProviderImpl) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
func (*QueryProviderImpl) ParamsInheritedFromBase ¶
func (q *QueryProviderImpl) ParamsInheritedFromBase() bool
ParamsInheritedFromBase implements QueryProvider determine whether our params were inherited from base resource
func (*QueryProviderImpl) RequiresExecution ¶
func (q *QueryProviderImpl) RequiresExecution(queryProvider QueryProvider) bool
RequiresExecution implements QueryProvider
func (*QueryProviderImpl) SetArgs ¶
func (q *QueryProviderImpl) SetArgs(args *QueryArgs)
SetArgs implements QueryProvider
func (*QueryProviderImpl) SetParams ¶
func (q *QueryProviderImpl) SetParams(params []*ParamDef)
SetParams implements QueryProvider
func (*QueryProviderImpl) ValidateQuery ¶
func (q *QueryProviderImpl) ValidateQuery() hcl.Diagnostics
ValidateQuery implements QueryProvider returns an error if neither sql or query are set it is overidden by resource types for which sql is optional
type Range ¶
type Range struct { // Filename is the name of the file into which this range's positions point. Filename string `json:"filename,omitempty"` // Start and End represent the bounds of this range. Start is inclusive and End is exclusive. Start Pos `json:"start,omitempty"` End Pos `json:"end,omitempty"` }
Range represents a span of characters between two positions in a source file. This is a direct re-implementation of hcl.Range, allowing us to control JSON serialization
type RateLimiter ¶
type RateLimiter struct { Name string `hcl:"name,label" db:"name"` BucketSize *int64 `hcl:"bucket_size,optional" db:"bucket_size"` FillRate *float32 `hcl:"fill_rate,optional" db:"fill_rate"` MaxConcurrency *int64 `hcl:"max_concurrency,optional" db:"max_concurrency"` Scope []string `hcl:"scope,optional" db:"scope"` Where *string `hcl:"where,optional" db:"where"` Plugin string `db:"plugin"` PluginInstance string `db:"plugin_instance"` FileName *string `db:"file_name" json:"-"` StartLineNumber *int `db:"start_line_number" json:"-"` EndLineNumber *int `db:"end_line_number" json:"-"` Status string `db:"status"` Source string `db:"source_type"` ImageRef *ociinstaller.SteampipeImageRef `db:"-" json:"-"` }
func RateLimiterFromProto ¶
func RateLimiterFromProto(p *proto.RateLimiterDefinition, pluginImageRef, pluginInstance string) (*RateLimiter, error)
RateLimiterFromProto converts the proto format RateLimiterDefinition into a Defintion
func (*RateLimiter) AsProto ¶
func (l *RateLimiter) AsProto() *proto.RateLimiterDefinition
func (*RateLimiter) Equals ¶
func (l *RateLimiter) Equals(other *RateLimiter) bool
func (*RateLimiter) OnDecoded ¶
func (l *RateLimiter) OnDecoded(block *hcl.Block)
func (*RateLimiter) SetPlugin ¶
func (l *RateLimiter) SetPlugin(plugin *Plugin)
type Require ¶
type Require struct { Plugins []*PluginVersion `hcl:"plugin,block"` DeprecatedSteampipeVersionString string `hcl:"steampipe,optional"` Steampipe *SteampipeRequire `hcl:"steampipe,block"` Flowpipe *FlowpipeRequire `hcl:"flowpipe,block"` Mods []*ModVersionConstraint `hcl:"mod,block"` // range of the require block bocy DeclRange hcl.Range // range of the require block type TypeRange hcl.Range // contains filtered or unexported fields }
Require is a struct representing mod dependencies
func NewRequire ¶
func NewRequire() *Require
func (*Require) AddModDependencies ¶
func (r *Require) AddModDependencies(newModVersions map[string]*ModVersionConstraint)
AddModDependencies adds all the mod in newModVersions to our list of mods, using the following logic - if a mod with same name, [alias] and constraint exists, it is not added - if a mod with same name [and alias] and different constraint exist, it is replaced
func (*Require) ContainsMod ¶
func (r *Require) ContainsMod(requiredModVersion *ModVersionConstraint) bool
func (*Require) FlowpipeVersionConstraint ¶
func (r *Require) FlowpipeVersionConstraint() *semver.Constraints
func (*Require) GetModDependency ¶
func (r *Require) GetModDependency(name string) *ModVersionConstraint
func (*Require) RemoveAllModDependencies ¶
func (r *Require) RemoveAllModDependencies()
func (*Require) RemoveModDependencies ¶
func (r *Require) RemoveModDependencies(versions map[string]*ModVersionConstraint)
func (*Require) SteampipeVersionConstraint ¶
func (r *Require) SteampipeVersionConstraint() *semver.Constraints
type ResolvedQuery ¶
ResolvedQuery contains the execute SQL, raw SQL and args string used to execute a query
func (ResolvedQuery) QueryArgs ¶
func (r ResolvedQuery) QueryArgs() *QueryArgs
QueryArgs converts the ResolvedQuery into QueryArgs
type ResourceDependency ¶
type ResourceDependency struct { Range hcl.Range Traversals []hcl.Traversal }
func (*ResourceDependency) IsRuntimeDependency ¶
func (d *ResourceDependency) IsRuntimeDependency() bool
func (*ResourceDependency) String ¶
func (d *ResourceDependency) String() string
type ResourceMaps ¶
type ResourceMaps struct { // the parent mod Mod *Mod // all mods (including deps) Benchmarks map[string]*Benchmark Controls map[string]*Control Dashboards map[string]*Dashboard DashboardCategories map[string]*DashboardCategory DashboardCards map[string]*DashboardCard DashboardCharts map[string]*DashboardChart DashboardContainers map[string]*DashboardContainer DashboardEdges map[string]*DashboardEdge DashboardFlows map[string]*DashboardFlow DashboardGraphs map[string]*DashboardGraph DashboardHierarchies map[string]*DashboardHierarchy DashboardImages map[string]*DashboardImage DashboardInputs map[string]map[string]*DashboardInput DashboardTables map[string]*DashboardTable DashboardTexts map[string]*DashboardText DashboardNodes map[string]*DashboardNode GlobalDashboardInputs map[string]*DashboardInput Locals map[string]*Local Mods map[string]*Mod Queries map[string]*Query References map[string]*ResourceReference // map of snapshot paths, keyed by snapshot name Snapshots map[string]string Variables map[string]*Variable // flowpipe Pipelines map[string]*Pipeline Triggers map[string]*Trigger Integrations map[string]Integration }
ResourceMaps is a struct containing maps of all mod resource types This is provided to avoid db needing to reference workspace package
func NewModResources ¶
func NewModResources(mod *Mod) *ResourceMaps
func NewSourceSnapshotModResources ¶
func NewSourceSnapshotModResources(snapshotPaths []string) *ResourceMaps
func (*ResourceMaps) AddResource ¶
func (m *ResourceMaps) AddResource(item HclResource) hcl.Diagnostics
func (*ResourceMaps) AddSnapshots ¶
func (m *ResourceMaps) AddSnapshots(snapshotPaths []string)
func (*ResourceMaps) Empty ¶
func (m *ResourceMaps) Empty() bool
func (*ResourceMaps) Equals ¶
func (m *ResourceMaps) Equals(other *ResourceMaps) bool
func (*ResourceMaps) GetResource ¶
func (m *ResourceMaps) GetResource(parsedName *ParsedResourceName) (resource HclResource, found bool)
GetResource tries to find a resource with the given name in the ResourceMaps NOTE: this does NOT support inputs, which are NOT uniquely named in a mod
func (*ResourceMaps) Merge ¶
func (m *ResourceMaps) Merge(others []*ResourceMaps) *ResourceMaps
func (*ResourceMaps) PopulateReferences ¶
func (m *ResourceMaps) PopulateReferences()
func (*ResourceMaps) QueryProviders ¶
func (m *ResourceMaps) QueryProviders() []QueryProvider
QueryProviders returns a slice of all QueryProviders
func (*ResourceMaps) TopLevelResources ¶
func (m *ResourceMaps) TopLevelResources() *ResourceMaps
TopLevelResources returns a new ResourceMaps containing only top level resources (i.e. no dependencies)
func (*ResourceMaps) WalkResources ¶
func (m *ResourceMaps) WalkResources(resourceFunc func(item HclResource) (bool, error)) error
WalkResources calls resourceFunc for every resource in the mod if any resourceFunc returns false or an error, return immediately
type ResourceMapsProvider ¶
type ResourceMapsProvider interface { GetResourceMaps() *ResourceMaps GetResource(parsedName *ParsedResourceName) (resource HclResource, found bool) }
type ResourceMetadata ¶
type ResourceMetadata struct { ResourceName string `column:"resource_name,text"` // mod short name ModName string `column:"mod_name,text"` FileName string `column:"file_name,text"` StartLineNumber int `column:"start_line_number,integer"` EndLineNumber int `column:"end_line_number,integer"` IsAutoGenerated bool `column:"auto_generated,bool"` SourceDefinition string `column:"source_definition,text"` ModFullName string Anonymous bool `column:"is_anonymous,bool"` }
ResourceMetadata ius a struct containing additional data about each resource, used to populate the introspection tables
func (*ResourceMetadata) Clone ¶
func (m *ResourceMetadata) Clone() *ResourceMetadata
func (*ResourceMetadata) SetMod ¶
func (m *ResourceMetadata) SetMod(mod *Mod)
SetMod sets the mod name and mod short name
type ResourceReference ¶
type ResourceReference struct { ResourceWithMetadataImpl To string `cty:"reference_to" column:"reference_to,text"` From string `cty:"reference_from" column:"reference_from,text"` BlockType string `cty:"from_block_type" column:"from_block_type,text"` BlockName string `cty:"from_block_name" column:"from_block_name,text"` Attribute string `cty:"from_attribute" column:"from_attribute,text"` // contains filtered or unexported fields }
func NewResourceReference ¶
func NewResourceReference(resource HclResource, block *hcl.Block, referenceString string, blockName string, attr *hclsyntax.Attribute) *ResourceReference
func (*ResourceReference) CloneWithNewFrom ¶
func (r *ResourceReference) CloneWithNewFrom(from string) *ResourceReference
func (*ResourceReference) Equals ¶
func (r *ResourceReference) Equals(other *ResourceReference) bool
func (*ResourceReference) Name ¶
func (r *ResourceReference) Name() string
Name implements ResourceWithMetadata the name must start with the 'resource type' as we parse it and use just the 'name' segment
func (*ResourceReference) String ¶
func (r *ResourceReference) String() string
type ResourceReferenceMap ¶
type ResourceReferenceMap map[string][]*ResourceReference
ResourceReferenceMap is a map of references keyed by 'ref' This is to handle the same reference being made more than once by a resource for example the reference var.v1 might be referenced several times
func (ResourceReferenceMap) Add ¶
func (m ResourceReferenceMap) Add(reference *ResourceReference)
type ResourceWithMetadata ¶
type ResourceWithMetadata interface { Name() string GetMetadata() *ResourceMetadata SetMetadata(metadata *ResourceMetadata) SetAnonymous(block *hcl.Block) IsAnonymous() bool AddReference(ref *ResourceReference) GetReferences() []*ResourceReference }
ResourceWithMetadata must be implemented by resources which supports reflection metadata
type ResourceWithMetadataImpl ¶
type ResourceWithMetadataImpl struct { // required to allow partial decoding ResourceWithMetadataBaseRemain hcl.Body `hcl:",remain" json:"-"` References []*ResourceReference `json:"-"` // contains filtered or unexported fields }
func (*ResourceWithMetadataImpl) AddReference ¶
func (b *ResourceWithMetadataImpl) AddReference(ref *ResourceReference)
AddReference implements ResourceWithMetadata
func (*ResourceWithMetadataImpl) GetMetadata ¶
func (b *ResourceWithMetadataImpl) GetMetadata() *ResourceMetadata
GetMetadata implements ResourceWithMetadata
func (*ResourceWithMetadataImpl) GetReferences ¶
func (b *ResourceWithMetadataImpl) GetReferences() []*ResourceReference
GetReferences implements ResourceWithMetadata
func (*ResourceWithMetadataImpl) IsAnonymous ¶
func (b *ResourceWithMetadataImpl) IsAnonymous() bool
IsAnonymous implements ResourceWithMetadata
func (*ResourceWithMetadataImpl) SetAnonymous ¶
func (b *ResourceWithMetadataImpl) SetAnonymous(block *hcl.Block)
SetAnonymous implements ResourceWithMetadata
func (*ResourceWithMetadataImpl) SetMetadata ¶
func (b *ResourceWithMetadataImpl) SetMetadata(metadata *ResourceMetadata)
SetMetadata implements ResourceWithMetadata
type RetryConfig ¶
type RetryConfig struct { // This means that invalid attributes must be validated "manually" If hcl.Body `json:"-" hcl:",remain"` MaxAttempts int `json:"max_attempts,omitempty" hcl:"max_attempts,optional" cty:"max_attempts"` Strategy string `json:"strategy,omitempty" hcl:"strategy,optional" cty:"strategy"` MinInterval int `json:"min_interval,omitempty" hcl:"min_interval,optional" cty:"min_interval"` MaxInterval int `json:"max_interval,omitempty" hcl:"max_interval,optional" cty:"max_interval"` }
func NewRetryConfig ¶
func NewRetryConfig() *RetryConfig
func (*RetryConfig) CalculateBackoff ¶
func (r *RetryConfig) CalculateBackoff(attempt int) time.Duration
The first attempt is the first time the operation is tried, NOT the first retry.
The first retry is the 2nd attempt
func (*RetryConfig) Validate ¶
func (r *RetryConfig) Validate() hcl.Diagnostics
type RuntimeDependency ¶
type RuntimeDependency struct { PropertyPath *ParsedPropertyPath TargetPropertyName *string // TACTICAL the name of the parent property - either "args" or "param.<name>" ParentPropertyName string TargetPropertyIndex *int // TACTICAL - if set, wrap the dependency value in an array // this provides support for args which convert a runtime dependency to an array, like: // arns = [input.arn] IsArray bool // resource which provides has the dependency Provider HclResource }
func (*RuntimeDependency) Equals ¶
func (d *RuntimeDependency) Equals(other *RuntimeDependency) bool
func (*RuntimeDependency) SourceResourceName ¶
func (d *RuntimeDependency) SourceResourceName() string
func (*RuntimeDependency) String ¶
func (d *RuntimeDependency) String() string
func (*RuntimeDependency) ValidateSource ¶
func (d *RuntimeDependency) ValidateSource(dashboard *Dashboard, workspace ResourceMapsProvider) error
type RuntimeDependencyProvider ¶
type RuntimeDependencyProvider interface { ModTreeItem AddRuntimeDependencies([]*RuntimeDependency) GetRuntimeDependencies() map[string]*RuntimeDependency }
RuntimeDependencyProvider is implemented by all QueryProviders and Dashboard
type RuntimeDependencyProviderImpl ¶
type RuntimeDependencyProviderImpl struct { ModTreeItemImpl // required to allow partial decoding RuntimeDependencyProviderRemain hcl.Body `hcl:",remain" json:"-"` // contains filtered or unexported fields }
func (*RuntimeDependencyProviderImpl) AddRuntimeDependencies ¶
func (b *RuntimeDependencyProviderImpl) AddRuntimeDependencies(dependencies []*RuntimeDependency)
func (*RuntimeDependencyProviderImpl) GetRuntimeDependencies ¶
func (b *RuntimeDependencyProviderImpl) GetRuntimeDependencies() map[string]*RuntimeDependency
type SendGridCredential ¶
type SendGridCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIKey *string `json:"api_key,omitempty" cty:"api_key" hcl:"api_key,optional"` }
func (*SendGridCredential) GetCredentialType ¶
func (*SendGridCredential) GetCredentialType() string
func (*SendGridCredential) GetTtl ¶
func (c *SendGridCredential) GetTtl() int
func (*SendGridCredential) Resolve ¶
func (c *SendGridCredential) Resolve(ctx context.Context) (Credential, error)
func (*SendGridCredential) Validate ¶
func (c *SendGridCredential) Validate() hcl.Diagnostics
type SlackCredential ¶
type SlackCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*SlackCredential) GetCredentialType ¶
func (*SlackCredential) GetCredentialType() string
func (*SlackCredential) GetTtl ¶
func (c *SlackCredential) GetTtl() int
func (*SlackCredential) Resolve ¶
func (c *SlackCredential) Resolve(ctx context.Context) (Credential, error)
func (*SlackCredential) Validate ¶
func (c *SlackCredential) Validate() hcl.Diagnostics
type SlackIntegration ¶
type SlackIntegration struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` // slack Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` SigningSecret *string `json:"signing_secret,omitempty" cty:"signing_secret" hcl:"signing_secret,optional"` WebhookUrl *string `json:"webhook_url,omitempty" cty:"webhook_url" hcl:"webhook_url,optional"` }
func (*SlackIntegration) Equals ¶
func (i *SlackIntegration) Equals(other *SlackIntegration) bool
func (*SlackIntegration) GetIntegrationType ¶
func (i *SlackIntegration) GetIntegrationType() string
type SteampipeRequire ¶
type SteampipeRequire struct { MinVersionString string `hcl:"min_version,optional"` Constraint *semver.Constraints DeclRange hcl.Range }
type SteampipeWorkspaceProfile ¶
type SteampipeWorkspaceProfile struct { ProfileName string `hcl:"name,label" cty:"name"` CloudHost *string `hcl:"cloud_host,optional" cty:"cloud_host"` CloudToken *string `hcl:"cloud_token,optional" cty:"cloud_token"` InstallDir *string `hcl:"install_dir,optional" cty:"install_dir"` //ModLocation *string `hcl:"mod_location,optional" cty:"mod_location"` QueryTimeout *int `hcl:"query_timeout,optional" cty:"query_timeout"` SnapshotLocation *string `hcl:"snapshot_location,optional" cty:"snapshot_location"` WorkspaceDatabase *string `hcl:"workspace_database,optional" cty:"workspace_database"` SearchPath *string `hcl:"search_path" cty:"search_path"` SearchPathPrefix *string `hcl:"search_path_prefix" cty:"search_path_prefix"` Watch *bool `hcl:"watch" cty:"watch"` MaxParallel *int `hcl:"max_parallel" cty:"max-parallel"` Introspection *string `hcl:"introspection" cty:"introspection"` Input *bool `hcl:"input" cty:"input"` Progress *bool `hcl:"progress" cty:"progress"` Theme *string `hcl:"theme" cty:"theme"` Cache *bool `hcl:"cache" cty:"cache"` CacheTTL *int `hcl:"cache_ttl" cty:"cache_ttl"` Base *SteampipeWorkspaceProfile `hcl:"base"` // options QueryOptions *options.Query `cty:"query-options"` CheckOptions *options.Check `cty:"check-options"` DashboardOptions *options.WorkspaceProfileDashboard `cty:"dashboard-options"` DeclRange hcl.Range }
func (*SteampipeWorkspaceProfile) ConfigMap ¶
func (p *SteampipeWorkspaceProfile) ConfigMap(cmd *cobra.Command) map[string]interface{}
ConfigMap creates a config map containing all options to pass to viper
func (*SteampipeWorkspaceProfile) CtyValue ¶
func (p *SteampipeWorkspaceProfile) CtyValue() (cty.Value, error)
func (*SteampipeWorkspaceProfile) GetDeclRange ¶
func (p *SteampipeWorkspaceProfile) GetDeclRange() *hcl.Range
func (*SteampipeWorkspaceProfile) GetInstallDir ¶
func (p *SteampipeWorkspaceProfile) GetInstallDir() *string
func (*SteampipeWorkspaceProfile) GetOptionsForBlock ¶
func (p *SteampipeWorkspaceProfile) GetOptionsForBlock(block *hcl.Block) (options.Options, hcl.Diagnostics)
func (*SteampipeWorkspaceProfile) IsNil ¶
func (p *SteampipeWorkspaceProfile) IsNil() bool
func (*SteampipeWorkspaceProfile) Name ¶
func (p *SteampipeWorkspaceProfile) Name() string
func (*SteampipeWorkspaceProfile) OnDecoded ¶
func (p *SteampipeWorkspaceProfile) OnDecoded() hcl.Diagnostics
func (*SteampipeWorkspaceProfile) SetOptions ¶
func (p *SteampipeWorkspaceProfile) SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics
SetOptions sets the options on the connection verify the options object is a valid options type (only options.Connection currently supported)
func (*SteampipeWorkspaceProfile) ShortName ¶
func (p *SteampipeWorkspaceProfile) ShortName() string
type StepForEach ¶
type ThrowConfig ¶
type TrelloCredential ¶
type TrelloCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIKey *string `json:"api_key,omitempty" cty:"api_key" hcl:"api_key,optional"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*TrelloCredential) GetCredentialType ¶
func (*TrelloCredential) GetCredentialType() string
func (*TrelloCredential) GetTtl ¶
func (c *TrelloCredential) GetTtl() int
func (*TrelloCredential) Resolve ¶
func (c *TrelloCredential) Resolve(ctx context.Context) (Credential, error)
func (*TrelloCredential) Validate ¶
func (c *TrelloCredential) Validate() hcl.Diagnostics
type Trigger ¶
type Trigger struct { HclResourceImpl ResourceWithMetadataImpl // 27/09/23 - Args is introduces combination of both parse time and runtime arguments. "var" should be resolved // at parse time, the vars all should be supplied when we start the system. However, args can also contain // runtime variable, i.e. self.request_body, self.rows // ArgsRaw hcl.Expression `json:"-"` Pipeline cty.Value `json:"-"` RawBody hcl.Body `json:"-" hcl:",remain"` Config TriggerConfig `json:"-"` }
The definition of a single Flowpipe Trigger
func NewTrigger ¶
func (*Trigger) GetPipeline ¶
func (*Trigger) IsBaseAttribute ¶
func (*Trigger) SetBaseAttributes ¶
type TriggerConfig ¶
type TriggerHttp ¶
type TriggerHttp struct {
Url string `json:"url"`
}
func (*TriggerHttp) SetAttributes ¶
func (t *TriggerHttp) SetAttributes(mod *Mod, trigger *Trigger, hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
type TriggerInterval ¶
type TriggerInterval struct {
Schedule string `json:"schedule"`
}
func (*TriggerInterval) SetAttributes ¶
func (t *TriggerInterval) SetAttributes(mod *Mod, trigger *Trigger, hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
type TriggerQuery ¶
type TriggerQuery struct { Sql string `json:"sql"` Schedule string `json:"schedule"` ConnectionString string `json:"connection_string"` PrimaryKey string `json:"primary_key"` Events []string `json:"events"` }
func (*TriggerQuery) SetAttributes ¶
func (t *TriggerQuery) SetAttributes(mod *Mod, trigger *Trigger, hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
type TriggerSchedule ¶
type TriggerSchedule struct {
Schedule string `json:"schedule"`
}
func (*TriggerSchedule) SetAttributes ¶
func (t *TriggerSchedule) SetAttributes(mod *Mod, trigger *Trigger, hclAttributes hcl.Attributes, evalContext *hcl.EvalContext) hcl.Diagnostics
type UptimeRobotCredential ¶
type UptimeRobotCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIKey *string `json:"api_key,omitempty" cty:"api_key" hcl:"api_key,optional"` }
func (*UptimeRobotCredential) CtyValue ¶
func (c *UptimeRobotCredential) CtyValue() (cty.Value, error)
func (*UptimeRobotCredential) GetCredentialType ¶
func (*UptimeRobotCredential) GetCredentialType() string
func (*UptimeRobotCredential) GetTtl ¶
func (c *UptimeRobotCredential) GetTtl() int
func (*UptimeRobotCredential) Resolve ¶
func (c *UptimeRobotCredential) Resolve(ctx context.Context) (Credential, error)
func (*UptimeRobotCredential) Validate ¶
func (c *UptimeRobotCredential) Validate() hcl.Diagnostics
type UrlscanCredential ¶
type UrlscanCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIKey *string `json:"api_key,omitempty" cty:"api_key" hcl:"api_key,optional"` }
func (*UrlscanCredential) GetCredentialType ¶
func (*UrlscanCredential) GetCredentialType() string
func (*UrlscanCredential) GetTtl ¶
func (c *UrlscanCredential) GetTtl() int
func (*UrlscanCredential) Resolve ¶
func (c *UrlscanCredential) Resolve(ctx context.Context) (Credential, error)
func (*UrlscanCredential) Validate ¶
func (c *UrlscanCredential) Validate() hcl.Diagnostics
type Variable ¶
type Variable struct { ResourceWithMetadataImpl ModTreeItemImpl // required to allow partial decoding Remain hcl.Body `hcl:",remain" json:"-"` Default cty.Value `column:"default_value,jsonb" json:"-"` Type cty.Type `column:"var_type,text" json:"-"` TypeString string `json:"type"` DefaultGo any `json:"value_default"` ValueGo any `json:"value"` ModName string `json:"mod_name"` // set after value resolution `column:"value,jsonb"` Value cty.Value `column:"value,jsonb" json:"-"` ValueSourceType string `column:"value_source,text" json:"-"` ValueSourceFileName string `column:"value_source_file_name,text" json:"-"` ValueSourceStartLineNumber int `column:"value_source_start_line_number,integer" json:"-"` ValueSourceEndLineNumber int `column:"value_source_end_line_number,integer" json:"-"` ParsingMode var_config.VariableParsingMode `json:"-"` // contains filtered or unexported fields }
Variable is a struct representing a Variable resource
func NewVariable ¶
func NewVariable(v *var_config.Variable, mod *Mod) *Variable
func (*Variable) Diff ¶
func (v *Variable) Diff(other *Variable) *DashboardTreeItemDiffs
func (*Variable) OnDecoded ¶
func (v *Variable) OnDecoded(block *hcl.Block, _ ResourceMapsProvider) hcl.Diagnostics
OnDecoded implements HclResource
func (*Variable) Required ¶
Required returns true if this variable is required to be set by the caller, or false if there is a default value that will be used when it isn't set.
func (*Variable) SetInputValue ¶
type VariableValidationFailedError ¶
type VariableValidationFailedError struct { }
func (VariableValidationFailedError) Error ¶
func (m VariableValidationFailedError) Error() string
type VaultCredential ¶
type VaultCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` Address *string `json:"address,omitempty" cty:"address" hcl:"address,optional"` }
func (*VaultCredential) GetCredentialType ¶
func (*VaultCredential) GetCredentialType() string
func (*VaultCredential) GetTtl ¶
func (c *VaultCredential) GetTtl() int
func (*VaultCredential) Resolve ¶
func (c *VaultCredential) Resolve(ctx context.Context) (Credential, error)
func (*VaultCredential) Validate ¶
func (c *VaultCredential) Validate() hcl.Diagnostics
type VersionConstrainCollection ¶
type VersionConstrainCollection []*ModVersionConstraint
type VirusTotalCredential ¶
type VirusTotalCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` APIKey *string `json:"api_key,omitempty" cty:"api_key" hcl:"api_key,optional"` }
func (*VirusTotalCredential) CtyValue ¶
func (c *VirusTotalCredential) CtyValue() (cty.Value, error)
func (*VirusTotalCredential) GetCredentialType ¶
func (*VirusTotalCredential) GetCredentialType() string
func (*VirusTotalCredential) GetTtl ¶
func (c *VirusTotalCredential) GetTtl() int
func (*VirusTotalCredential) Resolve ¶
func (c *VirusTotalCredential) Resolve(ctx context.Context) (Credential, error)
func (*VirusTotalCredential) Validate ¶
func (c *VirusTotalCredential) Validate() hcl.Diagnostics
type WithProvider ¶
type WithProvider interface { AddWith(with *DashboardWith) hcl.Diagnostics GetWiths() []*DashboardWith GetWith(string) (*DashboardWith, bool) }
type WithProviderImpl ¶
type WithProviderImpl struct { // required to allow partial decoding WithProviderRemain hcl.Body `hcl:",remain" json:"-"` // contains filtered or unexported fields }
func (*WithProviderImpl) AddWith ¶
func (b *WithProviderImpl) AddWith(with *DashboardWith) hcl.Diagnostics
func (*WithProviderImpl) GetWith ¶
func (b *WithProviderImpl) GetWith(name string) (*DashboardWith, bool)
func (*WithProviderImpl) GetWiths ¶
func (b *WithProviderImpl) GetWiths() []*DashboardWith
type WorkspaceProfile ¶
type WorkspaceProfile interface { SetOptions(opts options.Options, block *hcl.Block) hcl.Diagnostics Name() string ShortName() string CtyValue() (cty.Value, error) OnDecoded() hcl.Diagnostics ConfigMap(cmd *cobra.Command) map[string]interface{} GetDeclRange() *hcl.Range GetOptionsForBlock(*hcl.Block) (options.Options, hcl.Diagnostics) GetInstallDir() *string // TODO slightly hacky way of doing nil checks with generic types IsNil() bool }
type WorkspaceResources ¶
type WorkspaceResources struct { Query map[string]bool Control map[string]bool Benchmark map[string]bool }
WorkspaceResources is used exclusively for the query/check command completion TODO to be refactored
func NewWorkspaceResources ¶
func NewWorkspaceResources() *WorkspaceResources
func (*WorkspaceResources) GetSortedBenchmarksAndControlNames ¶
func (w *WorkspaceResources) GetSortedBenchmarksAndControlNames() []string
GetSortedBenchmarksAndControlNames gives back a list of the benchmarks and controls in the current workspace. The list is sorted alphabetically - with the benchmarks first
func (*WorkspaceResources) GetSortedNamedQueryNames ¶
func (w *WorkspaceResources) GetSortedNamedQueryNames() []string
func (*WorkspaceResources) Merge ¶
func (r *WorkspaceResources) Merge(other *WorkspaceResources) *WorkspaceResources
type ZendeskCredential ¶
type ZendeskCredential struct { HclResourceImpl ResourceWithMetadataImpl Type string `json:"type" cty:"type" hcl:"type,label"` Subdomain *string `json:"subdomain,omitempty" cty:"subdomain" hcl:"subdomain,optional"` Email *string `json:"email,omitempty" cty:"email" hcl:"email,optional"` Token *string `json:"token,omitempty" cty:"token" hcl:"token,optional"` }
func (*ZendeskCredential) GetCredentialType ¶
func (*ZendeskCredential) GetCredentialType() string
func (*ZendeskCredential) GetTtl ¶
func (c *ZendeskCredential) GetTtl() int
func (*ZendeskCredential) Resolve ¶
func (c *ZendeskCredential) Resolve(ctx context.Context) (Credential, error)
func (*ZendeskCredential) Validate ¶
func (c *ZendeskCredential) Validate() hcl.Diagnostics
Source Files ¶
- attributes.go
- benchmark.go
- config_map.go
- connection.go
- control.go
- dashboard.go
- dashboard_card.go
- dashboard_category.go
- dashboard_category_fold.go
- dashboard_category_helpers.go
- dashboard_category_list.go
- dashboard_category_property.go
- dashboard_category_property_list.go
- dashboard_chart.go
- dashboard_chart_axes.go
- dashboard_chart_labels.go
- dashboard_chart_legend.go
- dashboard_chart_series.go
- dashboard_chart_series_list.go
- dashboard_chart_series_point.go
- dashboard_container.go
- dashboard_edge.go
- dashboard_edge_list.go
- dashboard_flow.go
- dashboard_graph.go
- dashboard_hierarchy.go
- dashboard_image.go
- dashboard_input.go
- dashboard_node.go
- dashboard_node_list.go
- dashboard_option.go
- dashboard_table.go
- dashboard_table_column.go
- dashboard_table_column_list.go
- dashboard_text.go
- dashboard_tree_item_diffs.go
- dashboard_with.go
- errors.go
- flowpipe_config.go
- flowpipe_credential.go
- flowpipe_error.go
- flowpipe_integration.go
- flowpipe_loop.go
- flowpipe_pipeline.go
- flowpipe_pipeline_schema.go
- flowpipe_pipeline_step.go
- flowpipe_require.go
- flowpipe_trigger.go
- hcl_resource_impl.go
- interfaces.go
- local.go
- mod.go
- mod_map.go
- mod_name.go
- mod_resource_tree.go
- mod_resource_walk.go
- mod_resources.go
- mod_tree_item_impl.go
- mod_validate.go
- mod_variable_map.go
- mod_version_constrain_collection.go
- mod_version_constraint.go
- named_item.go
- nodepath.go
- open_graph.go
- option_block_mapping.go
- param_def.go
- parsed_name.go
- parsed_property_path.go
- plugin.go
- plugin_version.go
- plugin_version_string.go
- query.go
- query_args.go
- query_args_helpers.go
- query_provider_impl.go
- rate_limiter.go
- require.go
- resolved_query.go
- resource_dependency.go
- resource_maps_provider.go
- resource_metadata.go
- resource_reference.go
- resource_type_map.go
- resource_with_metadata_impl.go
- runtime_dependency.go
- runtime_dependency_provider_impl.go
- steampipe_require.go
- variable.go
- with_provider_impl.go
- workspace_profile.go
- workspace_profile_flowpipe.go
- workspace_profile_powerpipe.go
- workspace_profile_steampipe.go
- workspace_resources.go