Documentation ¶
Index ¶
- type Args
- type BigqueryDateShardedSpecAttributes
- func (bdss BigqueryDateShardedSpecAttributes) Dataset() terra.StringValue
- func (bdss BigqueryDateShardedSpecAttributes) InternalRef() (terra.Reference, error)
- func (bdss BigqueryDateShardedSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bdss BigqueryDateShardedSpecAttributes) InternalWithRef(ref terra.Reference) BigqueryDateShardedSpecAttributes
- func (bdss BigqueryDateShardedSpecAttributes) ShardCount() terra.NumberValue
- func (bdss BigqueryDateShardedSpecAttributes) TablePrefix() terra.StringValue
- type BigqueryDateShardedSpecState
- type BigqueryTableSpecAttributes
- func (bts BigqueryTableSpecAttributes) InternalRef() (terra.Reference, error)
- func (bts BigqueryTableSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bts BigqueryTableSpecAttributes) InternalWithRef(ref terra.Reference) BigqueryTableSpecAttributes
- func (bts BigqueryTableSpecAttributes) TableSourceType() terra.StringValue
- func (bts BigqueryTableSpecAttributes) TableSpec() terra.ListValue[BigqueryTableSpecTableSpecAttributes]
- func (bts BigqueryTableSpecAttributes) ViewSpec() terra.ListValue[BigqueryTableSpecViewSpecAttributes]
- type BigqueryTableSpecState
- type BigqueryTableSpecTableSpecAttributes
- func (ts BigqueryTableSpecTableSpecAttributes) GroupedEntry() terra.StringValue
- func (ts BigqueryTableSpecTableSpecAttributes) InternalRef() (terra.Reference, error)
- func (ts BigqueryTableSpecTableSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ts BigqueryTableSpecTableSpecAttributes) InternalWithRef(ref terra.Reference) BigqueryTableSpecTableSpecAttributes
- type BigqueryTableSpecTableSpecState
- type BigqueryTableSpecViewSpecAttributes
- func (vs BigqueryTableSpecViewSpecAttributes) InternalRef() (terra.Reference, error)
- func (vs BigqueryTableSpecViewSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vs BigqueryTableSpecViewSpecAttributes) InternalWithRef(ref terra.Reference) BigqueryTableSpecViewSpecAttributes
- func (vs BigqueryTableSpecViewSpecAttributes) ViewQuery() terra.StringValue
- type BigqueryTableSpecViewSpecState
- type GcsFilesetSpec
- type GcsFilesetSpecAttributes
- func (gfs GcsFilesetSpecAttributes) FilePatterns() terra.ListValue[terra.StringValue]
- func (gfs GcsFilesetSpecAttributes) InternalRef() (terra.Reference, error)
- func (gfs GcsFilesetSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gfs GcsFilesetSpecAttributes) InternalWithRef(ref terra.Reference) GcsFilesetSpecAttributes
- func (gfs GcsFilesetSpecAttributes) SampleGcsFileSpecs() terra.ListValue[GcsFilesetSpecSampleGcsFileSpecsAttributes]
- type GcsFilesetSpecSampleGcsFileSpecsAttributes
- func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) FilePath() terra.StringValue
- func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalRef() (terra.Reference, error)
- func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalWithRef(ref terra.Reference) GcsFilesetSpecSampleGcsFileSpecsAttributes
- func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) SizeBytes() terra.NumberValue
- type GcsFilesetSpecSampleGcsFileSpecsState
- type GcsFilesetSpecState
- type Resource
- func (gdce *Resource) Attributes() googleDataCatalogEntryAttributes
- func (gdce *Resource) Configuration() interface{}
- func (gdce *Resource) DependOn() terra.Reference
- func (gdce *Resource) Dependencies() terra.Dependencies
- func (gdce *Resource) ImportState(state io.Reader) error
- func (gdce *Resource) LifecycleManagement() *terra.Lifecycle
- func (gdce *Resource) LocalName() string
- func (gdce *Resource) State() (*googleDataCatalogEntryState, bool)
- func (gdce *Resource) StateMust() *googleDataCatalogEntryState
- func (gdce *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // EntryGroup: string, required EntryGroup terra.StringValue `hcl:"entry_group,attr" validate:"required"` // EntryId: string, required EntryId terra.StringValue `hcl:"entry_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LinkedResource: string, optional LinkedResource terra.StringValue `hcl:"linked_resource,attr"` // Schema: string, optional Schema terra.StringValue `hcl:"schema,attr"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` // UserSpecifiedSystem: string, optional UserSpecifiedSystem terra.StringValue `hcl:"user_specified_system,attr"` // UserSpecifiedType: string, optional UserSpecifiedType terra.StringValue `hcl:"user_specified_type,attr"` // GcsFilesetSpec: optional GcsFilesetSpec *GcsFilesetSpec `hcl:"gcs_fileset_spec,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_data_catalog_entry.
type BigqueryDateShardedSpecAttributes ¶
type BigqueryDateShardedSpecAttributes struct {
// contains filtered or unexported fields
}
func (BigqueryDateShardedSpecAttributes) Dataset ¶
func (bdss BigqueryDateShardedSpecAttributes) Dataset() terra.StringValue
func (BigqueryDateShardedSpecAttributes) InternalRef ¶
func (bdss BigqueryDateShardedSpecAttributes) InternalRef() (terra.Reference, error)
func (BigqueryDateShardedSpecAttributes) InternalTokens ¶
func (bdss BigqueryDateShardedSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BigqueryDateShardedSpecAttributes) InternalWithRef ¶
func (bdss BigqueryDateShardedSpecAttributes) InternalWithRef(ref terra.Reference) BigqueryDateShardedSpecAttributes
func (BigqueryDateShardedSpecAttributes) ShardCount ¶
func (bdss BigqueryDateShardedSpecAttributes) ShardCount() terra.NumberValue
func (BigqueryDateShardedSpecAttributes) TablePrefix ¶
func (bdss BigqueryDateShardedSpecAttributes) TablePrefix() terra.StringValue
type BigqueryTableSpecAttributes ¶
type BigqueryTableSpecAttributes struct {
// contains filtered or unexported fields
}
func (BigqueryTableSpecAttributes) InternalRef ¶
func (bts BigqueryTableSpecAttributes) InternalRef() (terra.Reference, error)
func (BigqueryTableSpecAttributes) InternalTokens ¶
func (bts BigqueryTableSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BigqueryTableSpecAttributes) InternalWithRef ¶
func (bts BigqueryTableSpecAttributes) InternalWithRef(ref terra.Reference) BigqueryTableSpecAttributes
func (BigqueryTableSpecAttributes) TableSourceType ¶
func (bts BigqueryTableSpecAttributes) TableSourceType() terra.StringValue
func (BigqueryTableSpecAttributes) TableSpec ¶
func (bts BigqueryTableSpecAttributes) TableSpec() terra.ListValue[BigqueryTableSpecTableSpecAttributes]
func (BigqueryTableSpecAttributes) ViewSpec ¶
func (bts BigqueryTableSpecAttributes) ViewSpec() terra.ListValue[BigqueryTableSpecViewSpecAttributes]
type BigqueryTableSpecState ¶
type BigqueryTableSpecState struct { TableSourceType string `json:"table_source_type"` TableSpec []BigqueryTableSpecTableSpecState `json:"table_spec"` ViewSpec []BigqueryTableSpecViewSpecState `json:"view_spec"` }
type BigqueryTableSpecTableSpecAttributes ¶
type BigqueryTableSpecTableSpecAttributes struct {
// contains filtered or unexported fields
}
func (BigqueryTableSpecTableSpecAttributes) GroupedEntry ¶
func (ts BigqueryTableSpecTableSpecAttributes) GroupedEntry() terra.StringValue
func (BigqueryTableSpecTableSpecAttributes) InternalRef ¶
func (ts BigqueryTableSpecTableSpecAttributes) InternalRef() (terra.Reference, error)
func (BigqueryTableSpecTableSpecAttributes) InternalTokens ¶
func (ts BigqueryTableSpecTableSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BigqueryTableSpecTableSpecAttributes) InternalWithRef ¶
func (ts BigqueryTableSpecTableSpecAttributes) InternalWithRef(ref terra.Reference) BigqueryTableSpecTableSpecAttributes
type BigqueryTableSpecTableSpecState ¶
type BigqueryTableSpecTableSpecState struct {
GroupedEntry string `json:"grouped_entry"`
}
type BigqueryTableSpecViewSpecAttributes ¶
type BigqueryTableSpecViewSpecAttributes struct {
// contains filtered or unexported fields
}
func (BigqueryTableSpecViewSpecAttributes) InternalRef ¶
func (vs BigqueryTableSpecViewSpecAttributes) InternalRef() (terra.Reference, error)
func (BigqueryTableSpecViewSpecAttributes) InternalTokens ¶
func (vs BigqueryTableSpecViewSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BigqueryTableSpecViewSpecAttributes) InternalWithRef ¶
func (vs BigqueryTableSpecViewSpecAttributes) InternalWithRef(ref terra.Reference) BigqueryTableSpecViewSpecAttributes
func (BigqueryTableSpecViewSpecAttributes) ViewQuery ¶
func (vs BigqueryTableSpecViewSpecAttributes) ViewQuery() terra.StringValue
type BigqueryTableSpecViewSpecState ¶
type BigqueryTableSpecViewSpecState struct {
ViewQuery string `json:"view_query"`
}
type GcsFilesetSpec ¶
type GcsFilesetSpec struct { // FilePatterns: list of string, required FilePatterns terra.ListValue[terra.StringValue] `hcl:"file_patterns,attr" validate:"required"` }
type GcsFilesetSpecAttributes ¶
type GcsFilesetSpecAttributes struct {
// contains filtered or unexported fields
}
func (GcsFilesetSpecAttributes) FilePatterns ¶
func (gfs GcsFilesetSpecAttributes) FilePatterns() terra.ListValue[terra.StringValue]
func (GcsFilesetSpecAttributes) InternalRef ¶
func (gfs GcsFilesetSpecAttributes) InternalRef() (terra.Reference, error)
func (GcsFilesetSpecAttributes) InternalTokens ¶
func (gfs GcsFilesetSpecAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GcsFilesetSpecAttributes) InternalWithRef ¶
func (gfs GcsFilesetSpecAttributes) InternalWithRef(ref terra.Reference) GcsFilesetSpecAttributes
func (GcsFilesetSpecAttributes) SampleGcsFileSpecs ¶
func (gfs GcsFilesetSpecAttributes) SampleGcsFileSpecs() terra.ListValue[GcsFilesetSpecSampleGcsFileSpecsAttributes]
type GcsFilesetSpecSampleGcsFileSpecsAttributes ¶
type GcsFilesetSpecSampleGcsFileSpecsAttributes struct {
// contains filtered or unexported fields
}
func (GcsFilesetSpecSampleGcsFileSpecsAttributes) FilePath ¶
func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) FilePath() terra.StringValue
func (GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalRef ¶
func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalRef() (terra.Reference, error)
func (GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalTokens ¶
func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalWithRef ¶
func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) InternalWithRef(ref terra.Reference) GcsFilesetSpecSampleGcsFileSpecsAttributes
func (GcsFilesetSpecSampleGcsFileSpecsAttributes) SizeBytes ¶
func (sgfs GcsFilesetSpecSampleGcsFileSpecsAttributes) SizeBytes() terra.NumberValue
type GcsFilesetSpecState ¶
type GcsFilesetSpecState struct { FilePatterns []string `json:"file_patterns"` SampleGcsFileSpecs []GcsFilesetSpecSampleGcsFileSpecsState `json:"sample_gcs_file_specs"` }
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_data_catalog_entry.
func (*Resource) Attributes ¶
func (gdce *Resource) Attributes() googleDataCatalogEntryAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gdce *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gdce *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.