Documentation ¶
Index ¶
- type RetentionPolicy
- type RetentionPolicyAttributes
- func (rp RetentionPolicyAttributes) Days() terra.NumberValue
- func (rp RetentionPolicyAttributes) Enabled() terra.BoolValue
- func (rp RetentionPolicyAttributes) InternalRef() (terra.Reference, error)
- func (rp RetentionPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rp RetentionPolicyAttributes) InternalWithRef(ref terra.Reference) RetentionPolicyAttributes
- type RetentionPolicyState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RetentionPolicy ¶
type RetentionPolicy struct{}
type RetentionPolicyAttributes ¶
type RetentionPolicyAttributes struct {
// contains filtered or unexported fields
}
func (RetentionPolicyAttributes) Days ¶
func (rp RetentionPolicyAttributes) Days() terra.NumberValue
func (RetentionPolicyAttributes) Enabled ¶
func (rp RetentionPolicyAttributes) Enabled() terra.BoolValue
func (RetentionPolicyAttributes) InternalRef ¶
func (rp RetentionPolicyAttributes) InternalRef() (terra.Reference, error)
func (RetentionPolicyAttributes) InternalTokens ¶
func (rp RetentionPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RetentionPolicyAttributes) InternalWithRef ¶
func (rp RetentionPolicyAttributes) InternalWithRef(ref terra.Reference) RetentionPolicyAttributes
type RetentionPolicyState ¶
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.