dataservicecataloglaunchpaths

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 ConstraintSummaries

type ConstraintSummaries struct{}

type ConstraintSummariesAttributes

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

func (ConstraintSummariesAttributes) Description

func (ConstraintSummariesAttributes) InternalRef

func (cs ConstraintSummariesAttributes) InternalRef() (terra.Reference, error)

func (ConstraintSummariesAttributes) InternalTokens

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

func (ConstraintSummariesAttributes) InternalWithRef

func (ConstraintSummariesAttributes) Type

type ConstraintSummariesState

type ConstraintSummariesState struct {
	Description string `json:"description"`
	Type        string `json:"type"`
}

type Summaries

type Summaries struct {
	// ConstraintSummaries: min=0
	ConstraintSummaries []ConstraintSummaries `hcl:"constraint_summaries,block" validate:"min=0"`
}

type SummariesAttributes

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

func (SummariesAttributes) ConstraintSummaries

func (SummariesAttributes) InternalRef

func (s SummariesAttributes) InternalRef() (terra.Reference, error)

func (SummariesAttributes) InternalTokens

func (s SummariesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SummariesAttributes) InternalWithRef

func (s SummariesAttributes) InternalWithRef(ref terra.Reference) SummariesAttributes

func (SummariesAttributes) Name

func (SummariesAttributes) PathId

func (SummariesAttributes) Tags

type SummariesState

type SummariesState struct {
	Name                string                     `json:"name"`
	PathId              string                     `json:"path_id"`
	Tags                map[string]string          `json:"tags"`
	ConstraintSummaries []ConstraintSummariesState `json:"constraint_summaries"`
}

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