Documentation ¶
Index ¶
- type ThrottleSettings
- type ThrottleSettingsAttributes
- func (ts ThrottleSettingsAttributes) BurstLimit() terra.NumberValue
- func (ts ThrottleSettingsAttributes) InternalRef() (terra.Reference, error)
- func (ts ThrottleSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ts ThrottleSettingsAttributes) InternalWithRef(ref terra.Reference) ThrottleSettingsAttributes
- func (ts ThrottleSettingsAttributes) RateLimit() terra.NumberValue
- type ThrottleSettingsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThrottleSettings ¶
type ThrottleSettings struct{}
type ThrottleSettingsAttributes ¶
type ThrottleSettingsAttributes struct {
// contains filtered or unexported fields
}
func (ThrottleSettingsAttributes) BurstLimit ¶
func (ts ThrottleSettingsAttributes) BurstLimit() terra.NumberValue
func (ThrottleSettingsAttributes) InternalRef ¶
func (ts ThrottleSettingsAttributes) InternalRef() (terra.Reference, error)
func (ThrottleSettingsAttributes) InternalTokens ¶
func (ts ThrottleSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ThrottleSettingsAttributes) InternalWithRef ¶
func (ts ThrottleSettingsAttributes) InternalWithRef(ref terra.Reference) ThrottleSettingsAttributes
func (ThrottleSettingsAttributes) RateLimit ¶
func (ts ThrottleSettingsAttributes) RateLimit() terra.NumberValue
type ThrottleSettingsState ¶
Click to show internal directories.
Click to hide internal directories.