Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Description terra.StringValue + HoursOfOperationId terra.StringValue + Id terra.StringValue + InstanceId terra.StringValue + MaxContacts terra.NumberValue + Name terra.StringValue + OutboundCallerConfig *OutboundCallerConfig + QuickConnectIds terra.SetValue[terra.StringValue] + Status terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + type DataArgs struct + Id terra.StringValue + InstanceId terra.StringValue + Name terra.StringValue + QueueId terra.StringValue + Tags terra.MapValue[terra.StringValue] + type DataOutboundCallerConfigAttributes struct + func (occ DataOutboundCallerConfigAttributes) InternalRef() (terra.Reference, error) + func (occ DataOutboundCallerConfigAttributes) InternalTokens() (hclwrite.Tokens, error) + func (occ DataOutboundCallerConfigAttributes) InternalWithRef(ref terra.Reference) DataOutboundCallerConfigAttributes + func (occ DataOutboundCallerConfigAttributes) OutboundCallerIdName() terra.StringValue + func (occ DataOutboundCallerConfigAttributes) OutboundCallerIdNumberId() terra.StringValue + func (occ DataOutboundCallerConfigAttributes) OutboundFlowId() terra.StringValue + type DataOutboundCallerConfigState struct + OutboundCallerIdName string + OutboundCallerIdNumberId string + OutboundFlowId string + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (acq *DataSource) Attributes() dataAwsConnectQueueAttributes + func (acq *DataSource) Configuration() interface{} + func (acq *DataSource) DataSource() string + func (acq *DataSource) LocalName() string + type OutboundCallerConfig struct + OutboundCallerIdName terra.StringValue + OutboundCallerIdNumberId terra.StringValue + OutboundFlowId terra.StringValue + type OutboundCallerConfigAttributes struct + func (occ OutboundCallerConfigAttributes) InternalRef() (terra.Reference, error) + func (occ OutboundCallerConfigAttributes) InternalTokens() (hclwrite.Tokens, error) + func (occ OutboundCallerConfigAttributes) InternalWithRef(ref terra.Reference) OutboundCallerConfigAttributes + func (occ OutboundCallerConfigAttributes) OutboundCallerIdName() terra.StringValue + func (occ OutboundCallerConfigAttributes) OutboundCallerIdNumberId() terra.StringValue + func (occ OutboundCallerConfigAttributes) OutboundFlowId() terra.StringValue + type OutboundCallerConfigState struct + OutboundCallerIdName string + OutboundCallerIdNumberId string + OutboundFlowId string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (acq *Resource) Attributes() awsConnectQueueAttributes + func (acq *Resource) Configuration() interface{} + func (acq *Resource) DependOn() terra.Reference + func (acq *Resource) Dependencies() terra.Dependencies + func (acq *Resource) ImportState(state io.Reader) error + func (acq *Resource) LifecycleManagement() *terra.Lifecycle + func (acq *Resource) LocalName() string + func (acq *Resource) State() (*awsConnectQueueState, bool) + func (acq *Resource) StateMust() *awsConnectQueueState + func (acq *Resource) Type() string