Documentation ¶
Index ¶
- type ActionsSuppressor
- type ActionsSuppressorAttributes
- func (as ActionsSuppressorAttributes) Alarm() terra.StringValue
- func (as ActionsSuppressorAttributes) ExtensionPeriod() terra.NumberValue
- func (as ActionsSuppressorAttributes) InternalRef() (terra.Reference, error)
- func (as ActionsSuppressorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (as ActionsSuppressorAttributes) InternalWithRef(ref terra.Reference) ActionsSuppressorAttributes
- func (as ActionsSuppressorAttributes) WaitPeriod() terra.NumberValue
- type ActionsSuppressorState
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 (as ActionsSuppressorAttributes) Alarm() terra.StringValue
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 (as ActionsSuppressorAttributes) InternalWithRef(ref terra.Reference) ActionsSuppressorAttributes
func (ActionsSuppressorAttributes) WaitPeriod ¶
func (as ActionsSuppressorAttributes) WaitPeriod() terra.NumberValue
type ActionsSuppressorState ¶
Click to show internal directories.
Click to hide internal directories.