source

package
v0.0.0-...-0c40f91 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2023 License: MPL-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSourceDataSource

func NewSourceDataSource() datasource.DataSource

func NewSourceLoadWaitResource

func NewSourceLoadWaitResource() resource.Resource

func NullSourceCheck

func NullSourceCheck(r *SourceLoadWaitResource, e *SourceLoadWait, oldSourceId string) error

Types

type ConnectorAttributes

type ConnectorAttributes struct {
	// The source ID
	Id types.String `tfsdk:"cloud_external_id"`
}

ConnectorAttributes struct for ConnectorAttributes

type Source

type Source struct {
	// the id of the Source
	Id types.String `tfsdk:"id"`
	// Human-readable name of the source
	Name types.String `tfsdk:"name"`
	// Human-readable description of the source
	Description         types.String `tfsdk:"description"`
	ConnectorAttributes types.Object `tfsdk:"connector_attributes"`
}

Source -

type SourceDataSource

type SourceDataSource struct {
	// contains filtered or unexported fields
}

func (*SourceDataSource) ConfigValidators

func (d *SourceDataSource) ConfigValidators(ctx context.Context) []datasource.ConfigValidator

func (*SourceDataSource) Configure

func (*SourceDataSource) Metadata

func (*SourceDataSource) Read

func (*SourceDataSource) Schema

type SourceLoadWait

type SourceLoadWait struct {
	SourceId types.String `tfsdk:"source_id"`
	Wait     types.Bool   `tfsdk:"wait_for_active_jobs"`
	Triggers types.Map    `tfsdk:"triggers"`
}

Source -

type SourceLoadWaitResource

type SourceLoadWaitResource struct {
	// contains filtered or unexported fields
}

func (*SourceLoadWaitResource) Configure

func (*SourceLoadWaitResource) Create

func (*SourceLoadWaitResource) Delete

func (*SourceLoadWaitResource) ImportState

func (*SourceLoadWaitResource) Metadata

func (*SourceLoadWaitResource) Read

func (*SourceLoadWaitResource) Schema

func (*SourceLoadWaitResource) Update

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL