Documentation ¶
Index ¶
- type TargetTable
- type TargetTableAttributes
- func (tt TargetTableAttributes) CatalogId() terra.StringValue
- func (tt TargetTableAttributes) DatabaseName() terra.StringValue
- func (tt TargetTableAttributes) InternalRef() (terra.Reference, error)
- func (tt TargetTableAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (tt TargetTableAttributes) InternalWithRef(ref terra.Reference) TargetTableAttributes
- func (tt TargetTableAttributes) TableName() terra.StringValue
- type TargetTableState
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 (tt TargetTableAttributes) InternalWithRef(ref terra.Reference) TargetTableAttributes
func (TargetTableAttributes) TableName ¶
func (tt TargetTableAttributes) TableName() terra.StringValue
type TargetTableState ¶
Click to show internal directories.
Click to hide internal directories.