aws_connect_queue

package
v0.0.0-...-4deecce Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	// Description: string, optional
	Description terra.StringValue `hcl:"description,attr"`
	// HoursOfOperationId: string, required
	HoursOfOperationId terra.StringValue `hcl:"hours_of_operation_id,attr" validate:"required"`
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// InstanceId: string, required
	InstanceId terra.StringValue `hcl:"instance_id,attr" validate:"required"`
	// MaxContacts: number, optional
	MaxContacts terra.NumberValue `hcl:"max_contacts,attr"`
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// QuickConnectIds: set of string, optional
	QuickConnectIds terra.SetValue[terra.StringValue] `hcl:"quick_connect_ids,attr"`
	// Status: string, optional
	Status terra.StringValue `hcl:"status,attr"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
	// TagsAll: map of string, optional
	TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"`
	// OutboundCallerConfig: optional
	OutboundCallerConfig *OutboundCallerConfig `hcl:"outbound_caller_config,block"`
}

Args contains the configurations for aws_connect_queue.

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// InstanceId: string, required
	InstanceId terra.StringValue `hcl:"instance_id,attr" validate:"required"`
	// Name: string, optional
	Name terra.StringValue `hcl:"name,attr"`
	// QueueId: string, optional
	QueueId terra.StringValue `hcl:"queue_id,attr"`
	// Tags: map of string, optional
	Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"`
}

DataArgs contains the configurations for aws_connect_queue.

type DataOutboundCallerConfigAttributes

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

func (DataOutboundCallerConfigAttributes) InternalRef

func (DataOutboundCallerConfigAttributes) InternalTokens

func (occ DataOutboundCallerConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataOutboundCallerConfigAttributes) InternalWithRef

func (DataOutboundCallerConfigAttributes) OutboundCallerIdName

func (occ DataOutboundCallerConfigAttributes) OutboundCallerIdName() terra.StringValue

func (DataOutboundCallerConfigAttributes) OutboundCallerIdNumberId

func (occ DataOutboundCallerConfigAttributes) OutboundCallerIdNumberId() terra.StringValue

func (DataOutboundCallerConfigAttributes) OutboundFlowId

type DataOutboundCallerConfigState

type DataOutboundCallerConfigState struct {
	OutboundCallerIdName     string `json:"outbound_caller_id_name"`
	OutboundCallerIdNumberId string `json:"outbound_caller_id_number_id"`
	OutboundFlowId           string `json:"outbound_flow_id"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_connect_queue.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (acq *DataSource) Attributes() dataAwsConnectQueueAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (acq *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (acq *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (acq *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type OutboundCallerConfig

type OutboundCallerConfig struct {
	// OutboundCallerIdName: string, optional
	OutboundCallerIdName terra.StringValue `hcl:"outbound_caller_id_name,attr"`
	// OutboundCallerIdNumberId: string, optional
	OutboundCallerIdNumberId terra.StringValue `hcl:"outbound_caller_id_number_id,attr"`
	// OutboundFlowId: string, optional
	OutboundFlowId terra.StringValue `hcl:"outbound_flow_id,attr"`
}

type OutboundCallerConfigAttributes

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

func (OutboundCallerConfigAttributes) InternalRef

func (occ OutboundCallerConfigAttributes) InternalRef() (terra.Reference, error)

func (OutboundCallerConfigAttributes) InternalTokens

func (occ OutboundCallerConfigAttributes) InternalTokens() (hclwrite.Tokens, error)

func (OutboundCallerConfigAttributes) InternalWithRef

func (OutboundCallerConfigAttributes) OutboundCallerIdName

func (occ OutboundCallerConfigAttributes) OutboundCallerIdName() terra.StringValue

func (OutboundCallerConfigAttributes) OutboundCallerIdNumberId

func (occ OutboundCallerConfigAttributes) OutboundCallerIdNumberId() terra.StringValue

func (OutboundCallerConfigAttributes) OutboundFlowId

func (occ OutboundCallerConfigAttributes) OutboundFlowId() terra.StringValue

type OutboundCallerConfigState

type OutboundCallerConfigState struct {
	OutboundCallerIdName     string `json:"outbound_caller_id_name"`
	OutboundCallerIdNumberId string `json:"outbound_caller_id_number_id"`
	OutboundFlowId           string `json:"outbound_flow_id"`
}

type Resource

type Resource struct {
	Name string
	Args Args

	DependsOn terra.Dependencies
	Lifecycle *terra.Lifecycle
	// contains filtered or unexported fields
}

Resource represents the Terraform resource aws_connect_queue.

func New

func New(name string, args Args) *Resource

New creates a new instance of Resource.

func (*Resource) Attributes

func (acq *Resource) Attributes() awsConnectQueueAttributes

Attributes returns the attributes for Resource.

func (*Resource) Configuration

func (acq *Resource) Configuration() interface{}

Configuration returns the configuration (args) for Resource.

func (*Resource) DependOn

func (acq *Resource) DependOn() terra.Reference

DependOn is used for other resources to depend on Resource.

func (*Resource) Dependencies

func (acq *Resource) Dependencies() terra.Dependencies

Dependencies returns the list of resources Resource depends_on.

func (*Resource) ImportState

func (acq *Resource) ImportState(state io.Reader) error

ImportState imports the given attribute values into Resource's state.

func (*Resource) LifecycleManagement

func (acq *Resource) LifecycleManagement() *terra.Lifecycle

LifecycleManagement returns the lifecycle block for Resource.

func (*Resource) LocalName

func (acq *Resource) LocalName() string

LocalName returns the local name for Resource.

func (*Resource) State

func (acq *Resource) State() (*awsConnectQueueState, bool)

State returns the state and a bool indicating if Resource has state.

func (*Resource) StateMust

func (acq *Resource) StateMust() *awsConnectQueueState

StateMust returns the state for Resource. Panics if the state is nil.

func (*Resource) Type

func (acq *Resource) Type() string

Type returns the Terraform object type for Resource.

Jump to

Keyboard shortcuts

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