keyspacestable

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 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 CapacitySpecification

type CapacitySpecification struct {
	// ReadCapacityUnits: number, optional
	ReadCapacityUnits terra.NumberValue `hcl:"read_capacity_units,attr"`
	// ThroughputMode: string, optional
	ThroughputMode terra.StringValue `hcl:"throughput_mode,attr"`
	// WriteCapacityUnits: number, optional
	WriteCapacityUnits terra.NumberValue `hcl:"write_capacity_units,attr"`
}

type CapacitySpecificationAttributes

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

func (CapacitySpecificationAttributes) InternalRef

func (CapacitySpecificationAttributes) InternalTokens

func (cs CapacitySpecificationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CapacitySpecificationAttributes) InternalWithRef

func (CapacitySpecificationAttributes) ReadCapacityUnits

func (cs CapacitySpecificationAttributes) ReadCapacityUnits() terra.NumberValue

func (CapacitySpecificationAttributes) ThroughputMode

func (CapacitySpecificationAttributes) WriteCapacityUnits

func (cs CapacitySpecificationAttributes) WriteCapacityUnits() terra.NumberValue

type CapacitySpecificationState

type CapacitySpecificationState struct {
	ReadCapacityUnits  float64 `json:"read_capacity_units"`
	ThroughputMode     string  `json:"throughput_mode"`
	WriteCapacityUnits float64 `json:"write_capacity_units"`
}

type ClientSideTimestamps

type ClientSideTimestamps struct {
	// Status: string, required
	Status terra.StringValue `hcl:"status,attr" validate:"required"`
}

type ClientSideTimestampsAttributes

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

func (ClientSideTimestampsAttributes) InternalRef

func (cst ClientSideTimestampsAttributes) InternalRef() (terra.Reference, error)

func (ClientSideTimestampsAttributes) InternalTokens

func (cst ClientSideTimestampsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ClientSideTimestampsAttributes) InternalWithRef

func (ClientSideTimestampsAttributes) Status

type ClientSideTimestampsState

type ClientSideTimestampsState struct {
	Status string `json:"status"`
}

type ClusteringKey

type ClusteringKey struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// OrderBy: string, required
	OrderBy terra.StringValue `hcl:"order_by,attr" validate:"required"`
}

type ClusteringKeyAttributes

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

func (ClusteringKeyAttributes) InternalRef

func (ck ClusteringKeyAttributes) InternalRef() (terra.Reference, error)

func (ClusteringKeyAttributes) InternalTokens

func (ck ClusteringKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ClusteringKeyAttributes) InternalWithRef

func (ClusteringKeyAttributes) Name

func (ClusteringKeyAttributes) OrderBy

type ClusteringKeyState

type ClusteringKeyState struct {
	Name    string `json:"name"`
	OrderBy string `json:"order_by"`
}

type Column

type Column struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Type: string, required
	Type terra.StringValue `hcl:"type,attr" validate:"required"`
}

type ColumnAttributes

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

func (ColumnAttributes) InternalRef

func (c ColumnAttributes) InternalRef() (terra.Reference, error)

func (ColumnAttributes) InternalTokens

func (c ColumnAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ColumnAttributes) InternalWithRef

func (c ColumnAttributes) InternalWithRef(ref terra.Reference) ColumnAttributes

func (ColumnAttributes) Name

func (ColumnAttributes) Type

type ColumnState

type ColumnState struct {
	Name string `json:"name"`
	Type string `json:"type"`
}

type Comment

type Comment struct {
	// Message: string, optional
	Message terra.StringValue `hcl:"message,attr"`
}

type CommentAttributes

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

func (CommentAttributes) InternalRef

func (c CommentAttributes) InternalRef() (terra.Reference, error)

func (CommentAttributes) InternalTokens

func (c CommentAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CommentAttributes) InternalWithRef

func (c CommentAttributes) InternalWithRef(ref terra.Reference) CommentAttributes

func (CommentAttributes) Message

func (c CommentAttributes) Message() terra.StringValue

type CommentState

type CommentState struct {
	Message string `json:"message"`
}

type EncryptionSpecification

type EncryptionSpecification struct {
	// KmsKeyIdentifier: string, optional
	KmsKeyIdentifier terra.StringValue `hcl:"kms_key_identifier,attr"`
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
}

type EncryptionSpecificationAttributes

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

func (EncryptionSpecificationAttributes) InternalRef

func (EncryptionSpecificationAttributes) InternalTokens

func (es EncryptionSpecificationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EncryptionSpecificationAttributes) InternalWithRef

func (EncryptionSpecificationAttributes) KmsKeyIdentifier

func (es EncryptionSpecificationAttributes) KmsKeyIdentifier() terra.StringValue

func (EncryptionSpecificationAttributes) Type

type EncryptionSpecificationState

type EncryptionSpecificationState struct {
	KmsKeyIdentifier string `json:"kms_key_identifier"`
	Type             string `json:"type"`
}

type PartitionKey

type PartitionKey struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type PartitionKeyAttributes

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

func (PartitionKeyAttributes) InternalRef

func (pk PartitionKeyAttributes) InternalRef() (terra.Reference, error)

func (PartitionKeyAttributes) InternalTokens

func (pk PartitionKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PartitionKeyAttributes) InternalWithRef

func (PartitionKeyAttributes) Name

type PartitionKeyState

type PartitionKeyState struct {
	Name string `json:"name"`
}

type PointInTimeRecovery

type PointInTimeRecovery struct {
	// Status: string, optional
	Status terra.StringValue `hcl:"status,attr"`
}

type PointInTimeRecoveryAttributes

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

func (PointInTimeRecoveryAttributes) InternalRef

func (pitr PointInTimeRecoveryAttributes) InternalRef() (terra.Reference, error)

func (PointInTimeRecoveryAttributes) InternalTokens

func (pitr PointInTimeRecoveryAttributes) InternalTokens() (hclwrite.Tokens, error)

func (PointInTimeRecoveryAttributes) InternalWithRef

func (PointInTimeRecoveryAttributes) Status

type PointInTimeRecoveryState

type PointInTimeRecoveryState struct {
	Status string `json:"status"`
}

type SchemaDefinition

type SchemaDefinition struct {
	// ClusteringKey: min=0
	ClusteringKey []ClusteringKey `hcl:"clustering_key,block" validate:"min=0"`
	// Column: min=1
	Column []Column `hcl:"column,block" validate:"min=1"`
	// PartitionKey: min=1
	PartitionKey []PartitionKey `hcl:"partition_key,block" validate:"min=1"`
	// StaticColumn: min=0
	StaticColumn []StaticColumn `hcl:"static_column,block" validate:"min=0"`
}

type SchemaDefinitionAttributes

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

func (SchemaDefinitionAttributes) ClusteringKey

func (SchemaDefinitionAttributes) Column

func (SchemaDefinitionAttributes) InternalRef

func (sd SchemaDefinitionAttributes) InternalRef() (terra.Reference, error)

func (SchemaDefinitionAttributes) InternalTokens

func (sd SchemaDefinitionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SchemaDefinitionAttributes) InternalWithRef

func (SchemaDefinitionAttributes) PartitionKey

func (SchemaDefinitionAttributes) StaticColumn

type SchemaDefinitionState

type SchemaDefinitionState struct {
	ClusteringKey []ClusteringKeyState `json:"clustering_key"`
	Column        []ColumnState        `json:"column"`
	PartitionKey  []PartitionKeyState  `json:"partition_key"`
	StaticColumn  []StaticColumnState  `json:"static_column"`
}

type StaticColumn

type StaticColumn struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
}

type StaticColumnAttributes

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

func (StaticColumnAttributes) InternalRef

func (sc StaticColumnAttributes) InternalRef() (terra.Reference, error)

func (StaticColumnAttributes) InternalTokens

func (sc StaticColumnAttributes) InternalTokens() (hclwrite.Tokens, error)

func (StaticColumnAttributes) InternalWithRef

func (StaticColumnAttributes) Name

type StaticColumnState

type StaticColumnState struct {
	Name string `json:"name"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,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

func (TimeoutsAttributes) Update

type TimeoutsState

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

type Ttl

type Ttl struct {
	// Status: string, required
	Status terra.StringValue `hcl:"status,attr" validate:"required"`
}

type TtlAttributes

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

func (TtlAttributes) InternalRef

func (t TtlAttributes) InternalRef() (terra.Reference, error)

func (TtlAttributes) InternalTokens

func (t TtlAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TtlAttributes) InternalWithRef

func (t TtlAttributes) InternalWithRef(ref terra.Reference) TtlAttributes

func (TtlAttributes) Status

func (t TtlAttributes) Status() terra.StringValue

type TtlState

type TtlState struct {
	Status string `json:"status"`
}

Jump to

Keyboard shortcuts

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