cloudwatchcompositealarm

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 ActionsSuppressor

type ActionsSuppressor struct {
	// Alarm: string, required
	Alarm terra.StringValue `hcl:"alarm,attr" validate:"required"`
	// ExtensionPeriod: number, required
	ExtensionPeriod terra.NumberValue `hcl:"extension_period,attr" validate:"required"`
	// WaitPeriod: number, required
	WaitPeriod terra.NumberValue `hcl:"wait_period,attr" validate:"required"`
}

type ActionsSuppressorAttributes

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

func (ActionsSuppressorAttributes) Alarm

func (ActionsSuppressorAttributes) ExtensionPeriod

func (as ActionsSuppressorAttributes) ExtensionPeriod() terra.NumberValue

func (ActionsSuppressorAttributes) InternalRef

func (as ActionsSuppressorAttributes) InternalRef() (terra.Reference, error)

func (ActionsSuppressorAttributes) InternalTokens

func (as ActionsSuppressorAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ActionsSuppressorAttributes) InternalWithRef

func (ActionsSuppressorAttributes) WaitPeriod

type ActionsSuppressorState

type ActionsSuppressorState struct {
	Alarm           string  `json:"alarm"`
	ExtensionPeriod float64 `json:"extension_period"`
	WaitPeriod      float64 `json:"wait_period"`
}

Jump to

Keyboard shortcuts

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