Documentation ¶
Index ¶
- type Args
- type InvocationConfig
- type InvocationConfigAttributes
- func (ic InvocationConfigAttributes) FullyRefreshIncrementalTablesEnabled() terra.BoolValue
- func (ic InvocationConfigAttributes) IncludedTags() terra.ListValue[terra.StringValue]
- func (ic InvocationConfigAttributes) IncludedTargets() terra.ListValue[InvocationConfigIncludedTargetsAttributes]
- func (ic InvocationConfigAttributes) InternalRef() (terra.Reference, error)
- func (ic InvocationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ic InvocationConfigAttributes) InternalWithRef(ref terra.Reference) InvocationConfigAttributes
- func (ic InvocationConfigAttributes) ServiceAccount() terra.StringValue
- func (ic InvocationConfigAttributes) TransitiveDependenciesIncluded() terra.BoolValue
- func (ic InvocationConfigAttributes) TransitiveDependentsIncluded() terra.BoolValue
- type InvocationConfigIncludedTargets
- type InvocationConfigIncludedTargetsAttributes
- func (it InvocationConfigIncludedTargetsAttributes) Database() terra.StringValue
- func (it InvocationConfigIncludedTargetsAttributes) InternalRef() (terra.Reference, error)
- func (it InvocationConfigIncludedTargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (it InvocationConfigIncludedTargetsAttributes) InternalWithRef(ref terra.Reference) InvocationConfigIncludedTargetsAttributes
- func (it InvocationConfigIncludedTargetsAttributes) Name() terra.StringValue
- func (it InvocationConfigIncludedTargetsAttributes) Schema() terra.StringValue
- type InvocationConfigIncludedTargetsState
- type InvocationConfigState
- type RecentScheduledExecutionRecordsAttributes
- func (rser RecentScheduledExecutionRecordsAttributes) ErrorStatus() terra.ListValue[RecentScheduledExecutionRecordsErrorStatusAttributes]
- func (rser RecentScheduledExecutionRecordsAttributes) ExecutionTime() terra.StringValue
- func (rser RecentScheduledExecutionRecordsAttributes) InternalRef() (terra.Reference, error)
- func (rser RecentScheduledExecutionRecordsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rser RecentScheduledExecutionRecordsAttributes) InternalWithRef(ref terra.Reference) RecentScheduledExecutionRecordsAttributes
- func (rser RecentScheduledExecutionRecordsAttributes) WorkflowInvocation() terra.StringValue
- type RecentScheduledExecutionRecordsErrorStatusAttributes
- func (es RecentScheduledExecutionRecordsErrorStatusAttributes) Code() terra.NumberValue
- func (es RecentScheduledExecutionRecordsErrorStatusAttributes) InternalRef() (terra.Reference, error)
- func (es RecentScheduledExecutionRecordsErrorStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (es RecentScheduledExecutionRecordsErrorStatusAttributes) InternalWithRef(ref terra.Reference) RecentScheduledExecutionRecordsErrorStatusAttributes
- func (es RecentScheduledExecutionRecordsErrorStatusAttributes) Message() terra.StringValue
- type RecentScheduledExecutionRecordsErrorStatusState
- type RecentScheduledExecutionRecordsState
- type Resource
- func (gdrwc *Resource) Attributes() googleDataformRepositoryWorkflowConfigAttributes
- func (gdrwc *Resource) Configuration() interface{}
- func (gdrwc *Resource) DependOn() terra.Reference
- func (gdrwc *Resource) Dependencies() terra.Dependencies
- func (gdrwc *Resource) ImportState(state io.Reader) error
- func (gdrwc *Resource) LifecycleManagement() *terra.Lifecycle
- func (gdrwc *Resource) LocalName() string
- func (gdrwc *Resource) State() (*googleDataformRepositoryWorkflowConfigState, bool)
- func (gdrwc *Resource) StateMust() *googleDataformRepositoryWorkflowConfigState
- func (gdrwc *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 { // CronSchedule: string, optional CronSchedule terra.StringValue `hcl:"cron_schedule,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` // ReleaseConfig: string, required ReleaseConfig terra.StringValue `hcl:"release_config,attr" validate:"required"` // Repository: string, optional Repository terra.StringValue `hcl:"repository,attr"` // TimeZone: string, optional TimeZone terra.StringValue `hcl:"time_zone,attr"` // InvocationConfig: optional InvocationConfig *InvocationConfig `hcl:"invocation_config,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_dataform_repository_workflow_config.
type InvocationConfig ¶
type InvocationConfig struct { // FullyRefreshIncrementalTablesEnabled: bool, optional FullyRefreshIncrementalTablesEnabled terra.BoolValue `hcl:"fully_refresh_incremental_tables_enabled,attr"` // IncludedTags: list of string, optional IncludedTags terra.ListValue[terra.StringValue] `hcl:"included_tags,attr"` // ServiceAccount: string, optional ServiceAccount terra.StringValue `hcl:"service_account,attr"` // TransitiveDependenciesIncluded: bool, optional TransitiveDependenciesIncluded terra.BoolValue `hcl:"transitive_dependencies_included,attr"` // TransitiveDependentsIncluded: bool, optional TransitiveDependentsIncluded terra.BoolValue `hcl:"transitive_dependents_included,attr"` // InvocationConfigIncludedTargets: min=0 IncludedTargets []InvocationConfigIncludedTargets `hcl:"included_targets,block" validate:"min=0"` }
type InvocationConfigAttributes ¶
type InvocationConfigAttributes struct {
// contains filtered or unexported fields
}
func (InvocationConfigAttributes) FullyRefreshIncrementalTablesEnabled ¶
func (ic InvocationConfigAttributes) FullyRefreshIncrementalTablesEnabled() terra.BoolValue
func (InvocationConfigAttributes) IncludedTags ¶
func (ic InvocationConfigAttributes) IncludedTags() terra.ListValue[terra.StringValue]
func (InvocationConfigAttributes) IncludedTargets ¶
func (ic InvocationConfigAttributes) IncludedTargets() terra.ListValue[InvocationConfigIncludedTargetsAttributes]
func (InvocationConfigAttributes) InternalRef ¶
func (ic InvocationConfigAttributes) InternalRef() (terra.Reference, error)
func (InvocationConfigAttributes) InternalTokens ¶
func (ic InvocationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InvocationConfigAttributes) InternalWithRef ¶
func (ic InvocationConfigAttributes) InternalWithRef(ref terra.Reference) InvocationConfigAttributes
func (InvocationConfigAttributes) ServiceAccount ¶
func (ic InvocationConfigAttributes) ServiceAccount() terra.StringValue
func (InvocationConfigAttributes) TransitiveDependenciesIncluded ¶
func (ic InvocationConfigAttributes) TransitiveDependenciesIncluded() terra.BoolValue
func (InvocationConfigAttributes) TransitiveDependentsIncluded ¶
func (ic InvocationConfigAttributes) TransitiveDependentsIncluded() terra.BoolValue
type InvocationConfigIncludedTargets ¶
type InvocationConfigIncludedTargets struct { // Database: string, optional Database terra.StringValue `hcl:"database,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Schema: string, optional Schema terra.StringValue `hcl:"schema,attr"` }
type InvocationConfigIncludedTargetsAttributes ¶
type InvocationConfigIncludedTargetsAttributes struct {
// contains filtered or unexported fields
}
func (InvocationConfigIncludedTargetsAttributes) Database ¶
func (it InvocationConfigIncludedTargetsAttributes) Database() terra.StringValue
func (InvocationConfigIncludedTargetsAttributes) InternalRef ¶
func (it InvocationConfigIncludedTargetsAttributes) InternalRef() (terra.Reference, error)
func (InvocationConfigIncludedTargetsAttributes) InternalTokens ¶
func (it InvocationConfigIncludedTargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InvocationConfigIncludedTargetsAttributes) InternalWithRef ¶
func (it InvocationConfigIncludedTargetsAttributes) InternalWithRef(ref terra.Reference) InvocationConfigIncludedTargetsAttributes
func (InvocationConfigIncludedTargetsAttributes) Name ¶
func (it InvocationConfigIncludedTargetsAttributes) Name() terra.StringValue
func (InvocationConfigIncludedTargetsAttributes) Schema ¶
func (it InvocationConfigIncludedTargetsAttributes) Schema() terra.StringValue
type InvocationConfigState ¶
type InvocationConfigState struct { FullyRefreshIncrementalTablesEnabled bool `json:"fully_refresh_incremental_tables_enabled"` IncludedTags []string `json:"included_tags"` ServiceAccount string `json:"service_account"` TransitiveDependenciesIncluded bool `json:"transitive_dependencies_included"` TransitiveDependentsIncluded bool `json:"transitive_dependents_included"` IncludedTargets []InvocationConfigIncludedTargetsState `json:"included_targets"` }
type RecentScheduledExecutionRecordsAttributes ¶
type RecentScheduledExecutionRecordsAttributes struct {
// contains filtered or unexported fields
}
func (RecentScheduledExecutionRecordsAttributes) ErrorStatus ¶
func (rser RecentScheduledExecutionRecordsAttributes) ErrorStatus() terra.ListValue[RecentScheduledExecutionRecordsErrorStatusAttributes]
func (RecentScheduledExecutionRecordsAttributes) ExecutionTime ¶
func (rser RecentScheduledExecutionRecordsAttributes) ExecutionTime() terra.StringValue
func (RecentScheduledExecutionRecordsAttributes) InternalRef ¶
func (rser RecentScheduledExecutionRecordsAttributes) InternalRef() (terra.Reference, error)
func (RecentScheduledExecutionRecordsAttributes) InternalTokens ¶
func (rser RecentScheduledExecutionRecordsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RecentScheduledExecutionRecordsAttributes) InternalWithRef ¶
func (rser RecentScheduledExecutionRecordsAttributes) InternalWithRef(ref terra.Reference) RecentScheduledExecutionRecordsAttributes
func (RecentScheduledExecutionRecordsAttributes) WorkflowInvocation ¶
func (rser RecentScheduledExecutionRecordsAttributes) WorkflowInvocation() terra.StringValue
type RecentScheduledExecutionRecordsErrorStatusAttributes ¶
type RecentScheduledExecutionRecordsErrorStatusAttributes struct {
// contains filtered or unexported fields
}
func (RecentScheduledExecutionRecordsErrorStatusAttributes) Code ¶
func (es RecentScheduledExecutionRecordsErrorStatusAttributes) Code() terra.NumberValue
func (RecentScheduledExecutionRecordsErrorStatusAttributes) InternalRef ¶
func (es RecentScheduledExecutionRecordsErrorStatusAttributes) InternalRef() (terra.Reference, error)
func (RecentScheduledExecutionRecordsErrorStatusAttributes) InternalTokens ¶
func (es RecentScheduledExecutionRecordsErrorStatusAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RecentScheduledExecutionRecordsErrorStatusAttributes) InternalWithRef ¶
func (es RecentScheduledExecutionRecordsErrorStatusAttributes) InternalWithRef(ref terra.Reference) RecentScheduledExecutionRecordsErrorStatusAttributes
func (RecentScheduledExecutionRecordsErrorStatusAttributes) Message ¶
func (es RecentScheduledExecutionRecordsErrorStatusAttributes) Message() terra.StringValue
type RecentScheduledExecutionRecordsState ¶
type RecentScheduledExecutionRecordsState struct { ExecutionTime string `json:"execution_time"` WorkflowInvocation string `json:"workflow_invocation"` ErrorStatus []RecentScheduledExecutionRecordsErrorStatusState `json:"error_status"` }
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_dataform_repository_workflow_config.
func (*Resource) Attributes ¶
func (gdrwc *Resource) Attributes() googleDataformRepositoryWorkflowConfigAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gdrwc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gdrwc *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.