gluedataqualityruleset

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TargetTable

type TargetTable struct {
	// CatalogId: string, optional
	CatalogId terra.StringValue `hcl:"catalog_id,attr"`
	// DatabaseName: string, required
	DatabaseName terra.StringValue `hcl:"database_name,attr" validate:"required"`
	// TableName: string, required
	TableName terra.StringValue `hcl:"table_name,attr" validate:"required"`
}

type TargetTableAttributes

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

func (TargetTableAttributes) CatalogId

func (tt TargetTableAttributes) CatalogId() terra.StringValue

func (TargetTableAttributes) DatabaseName

func (tt TargetTableAttributes) DatabaseName() terra.StringValue

func (TargetTableAttributes) InternalRef

func (tt TargetTableAttributes) InternalRef() (terra.Reference, error)

func (TargetTableAttributes) InternalTokens

func (tt TargetTableAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TargetTableAttributes) InternalWithRef

func (TargetTableAttributes) TableName

func (tt TargetTableAttributes) TableName() terra.StringValue

type TargetTableState

type TargetTableState struct {
	CatalogId    string `json:"catalog_id"`
	DatabaseName string `json:"database_name"`
	TableName    string `json:"table_name"`
}

Jump to

Keyboard shortcuts

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