Documentation ¶
Index ¶
- type Args
- type DailyRecurrence
- type DailyRecurrenceAttributes
- type DailyRecurrenceState
- type Resource
- func (gfbs *Resource) Attributes() googleFirestoreBackupScheduleAttributes
- func (gfbs *Resource) Configuration() interface{}
- func (gfbs *Resource) DependOn() terra.Reference
- func (gfbs *Resource) Dependencies() terra.Dependencies
- func (gfbs *Resource) ImportState(state io.Reader) error
- func (gfbs *Resource) LifecycleManagement() *terra.Lifecycle
- func (gfbs *Resource) LocalName() string
- func (gfbs *Resource) State() (*googleFirestoreBackupScheduleState, bool)
- func (gfbs *Resource) StateMust() *googleFirestoreBackupScheduleState
- func (gfbs *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
- type WeeklyRecurrence
- type WeeklyRecurrenceAttributes
- func (wr WeeklyRecurrenceAttributes) Day() terra.StringValue
- func (wr WeeklyRecurrenceAttributes) InternalRef() (terra.Reference, error)
- func (wr WeeklyRecurrenceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (wr WeeklyRecurrenceAttributes) InternalWithRef(ref terra.Reference) WeeklyRecurrenceAttributes
- type WeeklyRecurrenceState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Database: string, optional Database terra.StringValue `hcl:"database,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Retention: string, required Retention terra.StringValue `hcl:"retention,attr" validate:"required"` // DailyRecurrence: optional DailyRecurrence *DailyRecurrence `hcl:"daily_recurrence,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` // WeeklyRecurrence: optional WeeklyRecurrence *WeeklyRecurrence `hcl:"weekly_recurrence,block"` }
Args contains the configurations for google_firestore_backup_schedule.
type DailyRecurrence ¶
type DailyRecurrence struct{}
type DailyRecurrenceAttributes ¶
type DailyRecurrenceAttributes struct {
// contains filtered or unexported fields
}
func (DailyRecurrenceAttributes) InternalRef ¶
func (dr DailyRecurrenceAttributes) InternalRef() (terra.Reference, error)
func (DailyRecurrenceAttributes) InternalTokens ¶
func (dr DailyRecurrenceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DailyRecurrenceAttributes) InternalWithRef ¶
func (dr DailyRecurrenceAttributes) InternalWithRef(ref terra.Reference) DailyRecurrenceAttributes
type DailyRecurrenceState ¶
type DailyRecurrenceState struct{}
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_firestore_backup_schedule.
func (*Resource) Attributes ¶
func (gfbs *Resource) Attributes() googleFirestoreBackupScheduleAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gfbs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gfbs *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 ¶
type WeeklyRecurrence ¶
type WeeklyRecurrence struct { // Day: string, optional Day terra.StringValue `hcl:"day,attr"` }
type WeeklyRecurrenceAttributes ¶
type WeeklyRecurrenceAttributes struct {
// contains filtered or unexported fields
}
func (WeeklyRecurrenceAttributes) Day ¶
func (wr WeeklyRecurrenceAttributes) Day() terra.StringValue
func (WeeklyRecurrenceAttributes) InternalRef ¶
func (wr WeeklyRecurrenceAttributes) InternalRef() (terra.Reference, error)
func (WeeklyRecurrenceAttributes) InternalTokens ¶
func (wr WeeklyRecurrenceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (WeeklyRecurrenceAttributes) InternalWithRef ¶
func (wr WeeklyRecurrenceAttributes) InternalWithRef(ref terra.Reference) WeeklyRecurrenceAttributes
type WeeklyRecurrenceState ¶
type WeeklyRecurrenceState struct {
Day string `json:"day"`
}
Click to show internal directories.
Click to hide internal directories.