Documentation ¶
Index ¶
- type Args
- type ColumnFamily
- type ColumnFamilyAttributes
- type ColumnFamilyState
- type Resource
- func (gbt *Resource) Attributes() googleBigtableTableAttributes
- func (gbt *Resource) Configuration() interface{}
- func (gbt *Resource) DependOn() terra.Reference
- func (gbt *Resource) Dependencies() terra.Dependencies
- func (gbt *Resource) ImportState(state io.Reader) error
- func (gbt *Resource) LifecycleManagement() *terra.Lifecycle
- func (gbt *Resource) LocalName() string
- func (gbt *Resource) State() (*googleBigtableTableState, bool)
- func (gbt *Resource) StateMust() *googleBigtableTableState
- func (gbt *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() 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 { // ChangeStreamRetention: string, optional ChangeStreamRetention terra.StringValue `hcl:"change_stream_retention,attr"` // DeletionProtection: string, optional DeletionProtection terra.StringValue `hcl:"deletion_protection,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InstanceName: string, required InstanceName terra.StringValue `hcl:"instance_name,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // SplitKeys: list of string, optional SplitKeys terra.ListValue[terra.StringValue] `hcl:"split_keys,attr"` // ColumnFamily: min=0 ColumnFamily []ColumnFamily `hcl:"column_family,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_bigtable_table.
type ColumnFamily ¶
type ColumnFamily struct { // Family: string, required Family terra.StringValue `hcl:"family,attr" validate:"required"` }
type ColumnFamilyAttributes ¶
type ColumnFamilyAttributes struct {
// contains filtered or unexported fields
}
func (ColumnFamilyAttributes) Family ¶
func (cf ColumnFamilyAttributes) Family() terra.StringValue
func (ColumnFamilyAttributes) InternalRef ¶
func (cf ColumnFamilyAttributes) InternalRef() (terra.Reference, error)
func (ColumnFamilyAttributes) InternalTokens ¶
func (cf ColumnFamilyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ColumnFamilyAttributes) InternalWithRef ¶
func (cf ColumnFamilyAttributes) InternalWithRef(ref terra.Reference) ColumnFamilyAttributes
type ColumnFamilyState ¶
type ColumnFamilyState struct {
Family string `json:"family"`
}
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_bigtable_table.
func (*Resource) Attributes ¶
func (gbt *Resource) Attributes() googleBigtableTableAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gbt *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gbt *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"` // 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) 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.