dataconnectroutingprofile

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 MediaConcurrencies

type MediaConcurrencies struct{}

type MediaConcurrenciesAttributes

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

func (MediaConcurrenciesAttributes) Channel

func (MediaConcurrenciesAttributes) Concurrency

func (MediaConcurrenciesAttributes) InternalRef

func (mc MediaConcurrenciesAttributes) InternalRef() (terra.Reference, error)

func (MediaConcurrenciesAttributes) InternalTokens

func (mc MediaConcurrenciesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MediaConcurrenciesAttributes) InternalWithRef

type MediaConcurrenciesState

type MediaConcurrenciesState struct {
	Channel     string  `json:"channel"`
	Concurrency float64 `json:"concurrency"`
}

type QueueConfigs

type QueueConfigs struct{}

type QueueConfigsAttributes

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

func (QueueConfigsAttributes) Channel

func (QueueConfigsAttributes) Delay

func (QueueConfigsAttributes) InternalRef

func (qc QueueConfigsAttributes) InternalRef() (terra.Reference, error)

func (QueueConfigsAttributes) InternalTokens

func (qc QueueConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (QueueConfigsAttributes) InternalWithRef

func (QueueConfigsAttributes) Priority

func (QueueConfigsAttributes) QueueArn

func (QueueConfigsAttributes) QueueId

func (QueueConfigsAttributes) QueueName

func (qc QueueConfigsAttributes) QueueName() terra.StringValue

type QueueConfigsState

type QueueConfigsState struct {
	Channel   string  `json:"channel"`
	Delay     float64 `json:"delay"`
	Priority  float64 `json:"priority"`
	QueueArn  string  `json:"queue_arn"`
	QueueId   string  `json:"queue_id"`
	QueueName string  `json:"queue_name"`
}

Jump to

Keyboard shortcuts

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