Documentation ¶
Index ¶
- type CacheAttributes
- type CacheAttributesAttributes
- func (ca CacheAttributesAttributes) CacheStaleTimeoutInSeconds() terra.NumberValue
- func (ca CacheAttributesAttributes) InternalRef() (terra.Reference, error)
- func (ca CacheAttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ca CacheAttributesAttributes) InternalWithRef(ref terra.Reference) CacheAttributesAttributes
- type CacheAttributesState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheAttributes ¶
type CacheAttributes struct { // CacheStaleTimeoutInSeconds: number, optional CacheStaleTimeoutInSeconds terra.NumberValue `hcl:"cache_stale_timeout_in_seconds,attr"` }
type CacheAttributesAttributes ¶
type CacheAttributesAttributes struct {
// contains filtered or unexported fields
}
func (CacheAttributesAttributes) CacheStaleTimeoutInSeconds ¶
func (ca CacheAttributesAttributes) CacheStaleTimeoutInSeconds() terra.NumberValue
func (CacheAttributesAttributes) InternalRef ¶
func (ca CacheAttributesAttributes) InternalRef() (terra.Reference, error)
func (CacheAttributesAttributes) InternalTokens ¶
func (ca CacheAttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CacheAttributesAttributes) InternalWithRef ¶
func (ca CacheAttributesAttributes) InternalWithRef(ref terra.Reference) CacheAttributesAttributes
type CacheAttributesState ¶
type CacheAttributesState struct {
CacheStaleTimeoutInSeconds float64 `json:"cache_stale_timeout_in_seconds"`
}
Click to show internal directories.
Click to hide internal directories.