dataappconfigurationkeys

package
v0.0.0-...-c2cc54e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Items

type Items struct{}

type ItemsAttributes

type ItemsAttributes struct {
	// contains filtered or unexported fields
}

func (ItemsAttributes) ContentType

func (i ItemsAttributes) ContentType() terra.StringValue

func (ItemsAttributes) Etag

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 (ItemsAttributes) Label

func (i ItemsAttributes) Label() terra.StringValue

func (ItemsAttributes) Locked

func (i ItemsAttributes) Locked() terra.BoolValue

func (ItemsAttributes) Tags

func (ItemsAttributes) Type

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

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL