cloudwatchlogmetricfilter

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 MetricTransformation

type MetricTransformation struct {
	// DefaultValue: string, optional
	DefaultValue terra.StringValue `hcl:"default_value,attr"`
	// Dimensions: map of string, optional
	Dimensions terra.MapValue[terra.StringValue] `hcl:"dimensions,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Namespace: string, required
	Namespace terra.StringValue `hcl:"namespace,attr" validate:"required"`
	// Unit: string, optional
	Unit terra.StringValue `hcl:"unit,attr"`
	// Value: string, required
	Value terra.StringValue `hcl:"value,attr" validate:"required"`
}

type MetricTransformationAttributes

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

func (MetricTransformationAttributes) DefaultValue

func (MetricTransformationAttributes) Dimensions

func (MetricTransformationAttributes) InternalRef

func (MetricTransformationAttributes) InternalTokens

func (mt MetricTransformationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MetricTransformationAttributes) InternalWithRef

func (MetricTransformationAttributes) Name

func (MetricTransformationAttributes) Namespace

func (MetricTransformationAttributes) Unit

func (MetricTransformationAttributes) Value

type MetricTransformationState

type MetricTransformationState struct {
	DefaultValue string            `json:"default_value"`
	Dimensions   map[string]string `json:"dimensions"`
	Name         string            `json:"name"`
	Namespace    string            `json:"namespace"`
	Unit         string            `json:"unit"`
	Value        string            `json:"value"`
}

Jump to

Keyboard shortcuts

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