Documentation ¶
Index ¶
- type AutoscaleSettings
- type AutoscaleSettingsAttributes
- func (as AutoscaleSettingsAttributes) InternalRef() (terra.Reference, error)
- func (as AutoscaleSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (as AutoscaleSettingsAttributes) InternalWithRef(ref terra.Reference) AutoscaleSettingsAttributes
- func (as AutoscaleSettingsAttributes) MaxThroughput() terra.NumberValue
- type AutoscaleSettingsState
- 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) Read() terra.StringValue
- 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 AutoscaleSettings ¶
type AutoscaleSettings struct { // MaxThroughput: number, optional MaxThroughput terra.NumberValue `hcl:"max_throughput,attr"` }
type AutoscaleSettingsAttributes ¶
type AutoscaleSettingsAttributes struct {
// contains filtered or unexported fields
}
func (AutoscaleSettingsAttributes) InternalRef ¶
func (as AutoscaleSettingsAttributes) InternalRef() (terra.Reference, error)
func (AutoscaleSettingsAttributes) InternalTokens ¶
func (as AutoscaleSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AutoscaleSettingsAttributes) InternalWithRef ¶
func (as AutoscaleSettingsAttributes) InternalWithRef(ref terra.Reference) AutoscaleSettingsAttributes
func (AutoscaleSettingsAttributes) MaxThroughput ¶
func (as AutoscaleSettingsAttributes) MaxThroughput() terra.NumberValue
type AutoscaleSettingsState ¶
type AutoscaleSettingsState struct {
MaxThroughput float64 `json:"max_throughput"`
}
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,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) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.