Documentation ¶
Index ¶
- type Args
- type EmailPreferences
- type EmailPreferencesAttributes
- func (ep EmailPreferencesAttributes) EnableFailureEmail() terra.BoolValue
- func (ep EmailPreferencesAttributes) InternalRef() (terra.Reference, error)
- func (ep EmailPreferencesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ep EmailPreferencesAttributes) InternalWithRef(ref terra.Reference) EmailPreferencesAttributes
- type EmailPreferencesState
- type Resource
- func (gbdtc *Resource) Attributes() googleBigqueryDataTransferConfigAttributes
- func (gbdtc *Resource) Configuration() interface{}
- func (gbdtc *Resource) DependOn() terra.Reference
- func (gbdtc *Resource) Dependencies() terra.Dependencies
- func (gbdtc *Resource) ImportState(state io.Reader) error
- func (gbdtc *Resource) LifecycleManagement() *terra.Lifecycle
- func (gbdtc *Resource) LocalName() string
- func (gbdtc *Resource) State() (*googleBigqueryDataTransferConfigState, bool)
- func (gbdtc *Resource) StateMust() *googleBigqueryDataTransferConfigState
- func (gbdtc *Resource) Type() string
- type ScheduleOptions
- type ScheduleOptionsAttributes
- func (so ScheduleOptionsAttributes) DisableAutoScheduling() terra.BoolValue
- func (so ScheduleOptionsAttributes) EndTime() terra.StringValue
- func (so ScheduleOptionsAttributes) InternalRef() (terra.Reference, error)
- func (so ScheduleOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (so ScheduleOptionsAttributes) InternalWithRef(ref terra.Reference) ScheduleOptionsAttributes
- func (so ScheduleOptionsAttributes) StartTime() terra.StringValue
- type ScheduleOptionsState
- type SensitiveParams
- type SensitiveParamsAttributes
- func (sp SensitiveParamsAttributes) InternalRef() (terra.Reference, error)
- func (sp SensitiveParamsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sp SensitiveParamsAttributes) InternalWithRef(ref terra.Reference) SensitiveParamsAttributes
- func (sp SensitiveParamsAttributes) SecretAccessKey() terra.StringValue
- type SensitiveParamsState
- 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 { // DataRefreshWindowDays: number, optional DataRefreshWindowDays terra.NumberValue `hcl:"data_refresh_window_days,attr"` // DataSourceId: string, required DataSourceId terra.StringValue `hcl:"data_source_id,attr" validate:"required"` // DestinationDatasetId: string, optional DestinationDatasetId terra.StringValue `hcl:"destination_dataset_id,attr"` // Disabled: bool, optional Disabled terra.BoolValue `hcl:"disabled,attr"` // DisplayName: string, required DisplayName terra.StringValue `hcl:"display_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, optional Location terra.StringValue `hcl:"location,attr"` // NotificationPubsubTopic: string, optional NotificationPubsubTopic terra.StringValue `hcl:"notification_pubsub_topic,attr"` // Params: map of string, required Params terra.MapValue[terra.StringValue] `hcl:"params,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Schedule: string, optional Schedule terra.StringValue `hcl:"schedule,attr"` // ServiceAccountName: string, optional ServiceAccountName terra.StringValue `hcl:"service_account_name,attr"` // EmailPreferences: optional EmailPreferences *EmailPreferences `hcl:"email_preferences,block"` // ScheduleOptions: optional ScheduleOptions *ScheduleOptions `hcl:"schedule_options,block"` // SensitiveParams: optional SensitiveParams *SensitiveParams `hcl:"sensitive_params,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_bigquery_data_transfer_config.
type EmailPreferences ¶
type EmailPreferencesAttributes ¶
type EmailPreferencesAttributes struct {
// contains filtered or unexported fields
}
func (EmailPreferencesAttributes) EnableFailureEmail ¶
func (ep EmailPreferencesAttributes) EnableFailureEmail() terra.BoolValue
func (EmailPreferencesAttributes) InternalRef ¶
func (ep EmailPreferencesAttributes) InternalRef() (terra.Reference, error)
func (EmailPreferencesAttributes) InternalTokens ¶
func (ep EmailPreferencesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EmailPreferencesAttributes) InternalWithRef ¶
func (ep EmailPreferencesAttributes) InternalWithRef(ref terra.Reference) EmailPreferencesAttributes
type EmailPreferencesState ¶
type EmailPreferencesState struct {
EnableFailureEmail bool `json:"enable_failure_email"`
}
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_bigquery_data_transfer_config.
func (*Resource) Attributes ¶
func (gbdtc *Resource) Attributes() googleBigqueryDataTransferConfigAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gbdtc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gbdtc *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 ScheduleOptions ¶
type ScheduleOptions struct { // DisableAutoScheduling: bool, optional DisableAutoScheduling terra.BoolValue `hcl:"disable_auto_scheduling,attr"` // EndTime: string, optional EndTime terra.StringValue `hcl:"end_time,attr"` // StartTime: string, optional StartTime terra.StringValue `hcl:"start_time,attr"` }
type ScheduleOptionsAttributes ¶
type ScheduleOptionsAttributes struct {
// contains filtered or unexported fields
}
func (ScheduleOptionsAttributes) DisableAutoScheduling ¶
func (so ScheduleOptionsAttributes) DisableAutoScheduling() terra.BoolValue
func (ScheduleOptionsAttributes) EndTime ¶
func (so ScheduleOptionsAttributes) EndTime() terra.StringValue
func (ScheduleOptionsAttributes) InternalRef ¶
func (so ScheduleOptionsAttributes) InternalRef() (terra.Reference, error)
func (ScheduleOptionsAttributes) InternalTokens ¶
func (so ScheduleOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ScheduleOptionsAttributes) InternalWithRef ¶
func (so ScheduleOptionsAttributes) InternalWithRef(ref terra.Reference) ScheduleOptionsAttributes
func (ScheduleOptionsAttributes) StartTime ¶
func (so ScheduleOptionsAttributes) StartTime() terra.StringValue
type ScheduleOptionsState ¶
type SensitiveParams ¶
type SensitiveParams struct { // SecretAccessKey: string, required SecretAccessKey terra.StringValue `hcl:"secret_access_key,attr" validate:"required"` }
type SensitiveParamsAttributes ¶
type SensitiveParamsAttributes struct {
// contains filtered or unexported fields
}
func (SensitiveParamsAttributes) InternalRef ¶
func (sp SensitiveParamsAttributes) InternalRef() (terra.Reference, error)
func (SensitiveParamsAttributes) InternalTokens ¶
func (sp SensitiveParamsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SensitiveParamsAttributes) InternalWithRef ¶
func (sp SensitiveParamsAttributes) InternalWithRef(ref terra.Reference) SensitiveParamsAttributes
func (SensitiveParamsAttributes) SecretAccessKey ¶
func (sp SensitiveParamsAttributes) SecretAccessKey() terra.StringValue
type SensitiveParamsState ¶
type SensitiveParamsState struct {
SecretAccessKey string `json:"secret_access_key"`
}
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.