gluepartitionindex

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 PartitionIndex

type PartitionIndex struct {
	// IndexName: string, optional
	IndexName terra.StringValue `hcl:"index_name,attr"`
	// Keys: list of string, optional
	Keys terra.ListValue[terra.StringValue] `hcl:"keys,attr"`
}

type PartitionIndexAttributes

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

func (PartitionIndexAttributes) IndexName

func (PartitionIndexAttributes) IndexStatus

func (pi PartitionIndexAttributes) IndexStatus() terra.StringValue

func (PartitionIndexAttributes) InternalRef

func (pi PartitionIndexAttributes) InternalRef() (terra.Reference, error)

func (PartitionIndexAttributes) InternalTokens

func (pi PartitionIndexAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PartitionIndexAttributes) InternalWithRef

func (PartitionIndexAttributes) Keys

type PartitionIndexState

type PartitionIndexState struct {
	IndexName   string   `json:"index_name"`
	IndexStatus string   `json:"index_status"`
	Keys        []string `json:"keys"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

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

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
}

Jump to

Keyboard shortcuts

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