Documentation
¶
Index ¶
- type Items
- type ItemsAttributes
- func (i ItemsAttributes) ContentType() terra.StringValue
- func (i ItemsAttributes) Etag() terra.StringValue
- func (i ItemsAttributes) InternalRef() (terra.Reference, error)
- func (i ItemsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i ItemsAttributes) InternalWithRef(ref terra.Reference) ItemsAttributes
- func (i ItemsAttributes) Key() terra.StringValue
- func (i ItemsAttributes) Label() terra.StringValue
- func (i ItemsAttributes) Locked() terra.BoolValue
- func (i ItemsAttributes) Tags() terra.MapValue[terra.StringValue]
- func (i ItemsAttributes) Type() terra.StringValue
- func (i ItemsAttributes) Value() terra.StringValue
- func (i ItemsAttributes) VaultKeyReference() terra.StringValue
- type ItemsState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemsAttributes ¶
type ItemsAttributes struct {
// contains filtered or unexported fields
}
func (ItemsAttributes) ContentType ¶
func (i ItemsAttributes) ContentType() terra.StringValue
func (ItemsAttributes) Etag ¶
func (i ItemsAttributes) Etag() terra.StringValue
func (ItemsAttributes) InternalRef ¶
func (i ItemsAttributes) InternalRef() (terra.Reference, error)
func (ItemsAttributes) InternalTokens ¶
func (i ItemsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ItemsAttributes) InternalWithRef ¶
func (i ItemsAttributes) InternalWithRef(ref terra.Reference) ItemsAttributes
func (ItemsAttributes) Key ¶
func (i ItemsAttributes) Key() terra.StringValue
func (ItemsAttributes) Label ¶
func (i ItemsAttributes) Label() terra.StringValue
func (ItemsAttributes) Locked ¶
func (i ItemsAttributes) Locked() terra.BoolValue
func (ItemsAttributes) Tags ¶
func (i ItemsAttributes) Tags() terra.MapValue[terra.StringValue]
func (ItemsAttributes) Type ¶
func (i ItemsAttributes) Type() terra.StringValue
func (ItemsAttributes) Value ¶
func (i ItemsAttributes) Value() terra.StringValue
func (ItemsAttributes) VaultKeyReference ¶
func (i ItemsAttributes) VaultKeyReference() terra.StringValue
type ItemsState ¶
type ItemsState struct { ContentType string `json:"content_type"` Etag string `json:"etag"` Key string `json:"key"` Label string `json:"label"` Locked bool `json:"locked"` Tags map[string]string `json:"tags"` Type string `json:"type"` Value string `json:"value"` VaultKeyReference string `json:"vault_key_reference"` }
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.