chimevoiceconnectorgroup

package
v0.0.0-...-c2cc54e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 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 Connector

type Connector struct {
	// Priority: number, required
	Priority terra.NumberValue `hcl:"priority,attr" validate:"required"`
	// VoiceConnectorId: string, required
	VoiceConnectorId terra.StringValue `hcl:"voice_connector_id,attr" validate:"required"`
}

type ConnectorAttributes

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

func (ConnectorAttributes) InternalRef

func (c ConnectorAttributes) InternalRef() (terra.Reference, error)

func (ConnectorAttributes) InternalTokens

func (c ConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ConnectorAttributes) InternalWithRef

func (c ConnectorAttributes) InternalWithRef(ref terra.Reference) ConnectorAttributes

func (ConnectorAttributes) Priority

func (c ConnectorAttributes) Priority() terra.NumberValue

func (ConnectorAttributes) VoiceConnectorId

func (c ConnectorAttributes) VoiceConnectorId() terra.StringValue

type ConnectorState

type ConnectorState struct {
	Priority         float64 `json:"priority"`
	VoiceConnectorId string  `json:"voice_connector_id"`
}

Jump to

Keyboard shortcuts

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