datamonitorscheduledqueryruleslog

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 Criteria

type Criteria struct {
	// Dimension: min=0
	Dimension []Dimension `hcl:"dimension,block" validate:"min=0"`
}

type CriteriaAttributes

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

func (CriteriaAttributes) Dimension

func (CriteriaAttributes) InternalRef

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

func (CriteriaAttributes) InternalTokens

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

func (CriteriaAttributes) InternalWithRef

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

func (CriteriaAttributes) MetricName

func (c CriteriaAttributes) MetricName() terra.StringValue

type CriteriaState

type CriteriaState struct {
	MetricName string           `json:"metric_name"`
	Dimension  []DimensionState `json:"dimension"`
}

type Dimension

type Dimension struct{}

type DimensionAttributes

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

func (DimensionAttributes) InternalRef

func (d DimensionAttributes) InternalRef() (terra.Reference, error)

func (DimensionAttributes) InternalTokens

func (d DimensionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DimensionAttributes) InternalWithRef

func (d DimensionAttributes) InternalWithRef(ref terra.Reference) DimensionAttributes

func (DimensionAttributes) Name

func (DimensionAttributes) Operator

func (d DimensionAttributes) Operator() terra.StringValue

func (DimensionAttributes) Values

type DimensionState

type DimensionState struct {
	Name     string   `json:"name"`
	Operator string   `json:"operator"`
	Values   []string `json:"values"`
}

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