appconfigenvironment

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 Monitor

type Monitor struct {
	// AlarmArn: string, required
	AlarmArn terra.StringValue `hcl:"alarm_arn,attr" validate:"required"`
	// AlarmRoleArn: string, optional
	AlarmRoleArn terra.StringValue `hcl:"alarm_role_arn,attr"`
}

type MonitorAttributes

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

func (MonitorAttributes) AlarmArn

func (m MonitorAttributes) AlarmArn() terra.StringValue

func (MonitorAttributes) AlarmRoleArn

func (m MonitorAttributes) AlarmRoleArn() terra.StringValue

func (MonitorAttributes) InternalRef

func (m MonitorAttributes) InternalRef() (terra.Reference, error)

func (MonitorAttributes) InternalTokens

func (m MonitorAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MonitorAttributes) InternalWithRef

func (m MonitorAttributes) InternalWithRef(ref terra.Reference) MonitorAttributes

type MonitorState

type MonitorState struct {
	AlarmArn     string `json:"alarm_arn"`
	AlarmRoleArn string `json:"alarm_role_arn"`
}

Jump to

Keyboard shortcuts

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