cloudwatchmetricstream

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 ExcludeFilter

type ExcludeFilter struct {
	// MetricNames: set of string, optional
	MetricNames terra.SetValue[terra.StringValue] `hcl:"metric_names,attr"`
	// Namespace: string, required
	Namespace terra.StringValue `hcl:"namespace,attr" validate:"required"`
}

type ExcludeFilterAttributes

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

func (ExcludeFilterAttributes) InternalRef

func (ef ExcludeFilterAttributes) InternalRef() (terra.Reference, error)

func (ExcludeFilterAttributes) InternalTokens

func (ef ExcludeFilterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ExcludeFilterAttributes) InternalWithRef

func (ExcludeFilterAttributes) MetricNames

func (ExcludeFilterAttributes) Namespace

func (ef ExcludeFilterAttributes) Namespace() terra.StringValue

type ExcludeFilterState

type ExcludeFilterState struct {
	MetricNames []string `json:"metric_names"`
	Namespace   string   `json:"namespace"`
}

type IncludeFilter

type IncludeFilter struct {
	// MetricNames: set of string, optional
	MetricNames terra.SetValue[terra.StringValue] `hcl:"metric_names,attr"`
	// Namespace: string, required
	Namespace terra.StringValue `hcl:"namespace,attr" validate:"required"`
}

type IncludeFilterAttributes

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

func (IncludeFilterAttributes) InternalRef

func (_if IncludeFilterAttributes) InternalRef() (terra.Reference, error)

func (IncludeFilterAttributes) InternalTokens

func (_if IncludeFilterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IncludeFilterAttributes) InternalWithRef

func (IncludeFilterAttributes) MetricNames

func (IncludeFilterAttributes) Namespace

func (_if IncludeFilterAttributes) Namespace() terra.StringValue

type IncludeFilterState

type IncludeFilterState struct {
	MetricNames []string `json:"metric_names"`
	Namespace   string   `json:"namespace"`
}

type IncludeMetric

type IncludeMetric struct {
	// MetricName: string, required
	MetricName terra.StringValue `hcl:"metric_name,attr" validate:"required"`
	// Namespace: string, required
	Namespace terra.StringValue `hcl:"namespace,attr" validate:"required"`
}

type IncludeMetricAttributes

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

func (IncludeMetricAttributes) InternalRef

func (im IncludeMetricAttributes) InternalRef() (terra.Reference, error)

func (IncludeMetricAttributes) InternalTokens

func (im IncludeMetricAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IncludeMetricAttributes) InternalWithRef

func (IncludeMetricAttributes) MetricName

func (im IncludeMetricAttributes) MetricName() terra.StringValue

func (IncludeMetricAttributes) Namespace

func (im IncludeMetricAttributes) Namespace() terra.StringValue

type IncludeMetricState

type IncludeMetricState struct {
	MetricName string `json:"metric_name"`
	Namespace  string `json:"namespace"`
}

type StatisticsConfiguration

type StatisticsConfiguration struct {
	// AdditionalStatistics: set of string, required
	AdditionalStatistics terra.SetValue[terra.StringValue] `hcl:"additional_statistics,attr" validate:"required"`
	// IncludeMetric: min=1
	IncludeMetric []IncludeMetric `hcl:"include_metric,block" validate:"min=1"`
}

type StatisticsConfigurationAttributes

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

func (StatisticsConfigurationAttributes) AdditionalStatistics

func (StatisticsConfigurationAttributes) IncludeMetric

func (StatisticsConfigurationAttributes) InternalRef

func (StatisticsConfigurationAttributes) InternalTokens

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

func (StatisticsConfigurationAttributes) InternalWithRef

type StatisticsConfigurationState

type StatisticsConfigurationState struct {
	AdditionalStatistics []string             `json:"additional_statistics"`
	IncludeMetric        []IncludeMetricState `json:"include_metric"`
}

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"`
}

Jump to

Keyboard shortcuts

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