datassmcontactsplan

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 ChannelTargetInfo

type ChannelTargetInfo struct{}

type ChannelTargetInfoAttributes

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

func (ChannelTargetInfoAttributes) ContactChannelId

func (cti ChannelTargetInfoAttributes) ContactChannelId() terra.StringValue

func (ChannelTargetInfoAttributes) InternalRef

func (cti ChannelTargetInfoAttributes) InternalRef() (terra.Reference, error)

func (ChannelTargetInfoAttributes) InternalTokens

func (cti ChannelTargetInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ChannelTargetInfoAttributes) InternalWithRef

func (ChannelTargetInfoAttributes) RetryIntervalInMinutes

func (cti ChannelTargetInfoAttributes) RetryIntervalInMinutes() terra.NumberValue

type ChannelTargetInfoState

type ChannelTargetInfoState struct {
	ContactChannelId       string  `json:"contact_channel_id"`
	RetryIntervalInMinutes float64 `json:"retry_interval_in_minutes"`
}

type ContactTargetInfo

type ContactTargetInfo struct{}

type ContactTargetInfoAttributes

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

func (ContactTargetInfoAttributes) ContactId

func (ContactTargetInfoAttributes) InternalRef

func (cti ContactTargetInfoAttributes) InternalRef() (terra.Reference, error)

func (ContactTargetInfoAttributes) InternalTokens

func (cti ContactTargetInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ContactTargetInfoAttributes) InternalWithRef

func (ContactTargetInfoAttributes) IsEssential

func (cti ContactTargetInfoAttributes) IsEssential() terra.BoolValue

type ContactTargetInfoState

type ContactTargetInfoState struct {
	ContactId   string `json:"contact_id"`
	IsEssential bool   `json:"is_essential"`
}

type Stage

type Stage struct {
	// Target: min=0
	Target []Target `hcl:"target,block" validate:"min=0"`
}

type StageAttributes

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

func (StageAttributes) DurationInMinutes

func (s StageAttributes) DurationInMinutes() terra.NumberValue

func (StageAttributes) InternalRef

func (s StageAttributes) InternalRef() (terra.Reference, error)

func (StageAttributes) InternalTokens

func (s StageAttributes) InternalTokens() (hclwrite.Tokens, error)

func (StageAttributes) InternalWithRef

func (s StageAttributes) InternalWithRef(ref terra.Reference) StageAttributes

func (StageAttributes) Target

type StageState

type StageState struct {
	DurationInMinutes float64       `json:"duration_in_minutes"`
	Target            []TargetState `json:"target"`
}

type Target

type Target struct {
	// ChannelTargetInfo: min=0
	ChannelTargetInfo []ChannelTargetInfo `hcl:"channel_target_info,block" validate:"min=0"`
	// ContactTargetInfo: min=0
	ContactTargetInfo []ContactTargetInfo `hcl:"contact_target_info,block" validate:"min=0"`
}

type TargetAttributes

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

func (TargetAttributes) ChannelTargetInfo

func (TargetAttributes) ContactTargetInfo

func (TargetAttributes) InternalRef

func (t TargetAttributes) InternalRef() (terra.Reference, error)

func (TargetAttributes) InternalTokens

func (t TargetAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TargetAttributes) InternalWithRef

func (t TargetAttributes) InternalWithRef(ref terra.Reference) TargetAttributes

type TargetState

type TargetState struct {
	ChannelTargetInfo []ChannelTargetInfoState `json:"channel_target_info"`
	ContactTargetInfo []ContactTargetInfoState `json:"contact_target_info"`
}

Jump to

Keyboard shortcuts

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