Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataQuickConnectConfigAttributes
- func (qcc DataQuickConnectConfigAttributes) InternalRef() (terra.Reference, error)
- func (qcc DataQuickConnectConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qcc DataQuickConnectConfigAttributes) InternalWithRef(ref terra.Reference) DataQuickConnectConfigAttributes
- func (qcc DataQuickConnectConfigAttributes) PhoneConfig() terra.ListValue[DataQuickConnectConfigPhoneConfigAttributes]
- func (qcc DataQuickConnectConfigAttributes) QueueConfig() terra.ListValue[DataQuickConnectConfigQueueConfigAttributes]
- func (qcc DataQuickConnectConfigAttributes) QuickConnectType() terra.StringValue
- func (qcc DataQuickConnectConfigAttributes) UserConfig() terra.ListValue[DataQuickConnectConfigUserConfigAttributes]
- type DataQuickConnectConfigPhoneConfigAttributes
- func (pc DataQuickConnectConfigPhoneConfigAttributes) InternalRef() (terra.Reference, error)
- func (pc DataQuickConnectConfigPhoneConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pc DataQuickConnectConfigPhoneConfigAttributes) InternalWithRef(ref terra.Reference) DataQuickConnectConfigPhoneConfigAttributes
- func (pc DataQuickConnectConfigPhoneConfigAttributes) PhoneNumber() terra.StringValue
- type DataQuickConnectConfigPhoneConfigState
- type DataQuickConnectConfigQueueConfigAttributes
- func (qc DataQuickConnectConfigQueueConfigAttributes) ContactFlowId() terra.StringValue
- func (qc DataQuickConnectConfigQueueConfigAttributes) InternalRef() (terra.Reference, error)
- func (qc DataQuickConnectConfigQueueConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qc DataQuickConnectConfigQueueConfigAttributes) InternalWithRef(ref terra.Reference) DataQuickConnectConfigQueueConfigAttributes
- func (qc DataQuickConnectConfigQueueConfigAttributes) QueueId() terra.StringValue
- type DataQuickConnectConfigQueueConfigState
- type DataQuickConnectConfigState
- type DataQuickConnectConfigUserConfigAttributes
- func (uc DataQuickConnectConfigUserConfigAttributes) ContactFlowId() terra.StringValue
- func (uc DataQuickConnectConfigUserConfigAttributes) InternalRef() (terra.Reference, error)
- func (uc DataQuickConnectConfigUserConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (uc DataQuickConnectConfigUserConfigAttributes) InternalWithRef(ref terra.Reference) DataQuickConnectConfigUserConfigAttributes
- func (uc DataQuickConnectConfigUserConfigAttributes) UserId() terra.StringValue
- type DataQuickConnectConfigUserConfigState
- type DataSource
- type QuickConnectConfig
- type QuickConnectConfigAttributes
- func (qcc QuickConnectConfigAttributes) InternalRef() (terra.Reference, error)
- func (qcc QuickConnectConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qcc QuickConnectConfigAttributes) InternalWithRef(ref terra.Reference) QuickConnectConfigAttributes
- func (qcc QuickConnectConfigAttributes) PhoneConfig() terra.ListValue[QuickConnectConfigPhoneConfigAttributes]
- func (qcc QuickConnectConfigAttributes) QueueConfig() terra.ListValue[QuickConnectConfigQueueConfigAttributes]
- func (qcc QuickConnectConfigAttributes) QuickConnectType() terra.StringValue
- func (qcc QuickConnectConfigAttributes) UserConfig() terra.ListValue[QuickConnectConfigUserConfigAttributes]
- type QuickConnectConfigPhoneConfig
- type QuickConnectConfigPhoneConfigAttributes
- func (pc QuickConnectConfigPhoneConfigAttributes) InternalRef() (terra.Reference, error)
- func (pc QuickConnectConfigPhoneConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pc QuickConnectConfigPhoneConfigAttributes) InternalWithRef(ref terra.Reference) QuickConnectConfigPhoneConfigAttributes
- func (pc QuickConnectConfigPhoneConfigAttributes) PhoneNumber() terra.StringValue
- type QuickConnectConfigPhoneConfigState
- type QuickConnectConfigQueueConfig
- type QuickConnectConfigQueueConfigAttributes
- func (qc QuickConnectConfigQueueConfigAttributes) ContactFlowId() terra.StringValue
- func (qc QuickConnectConfigQueueConfigAttributes) InternalRef() (terra.Reference, error)
- func (qc QuickConnectConfigQueueConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (qc QuickConnectConfigQueueConfigAttributes) InternalWithRef(ref terra.Reference) QuickConnectConfigQueueConfigAttributes
- func (qc QuickConnectConfigQueueConfigAttributes) QueueId() terra.StringValue
- type QuickConnectConfigQueueConfigState
- type QuickConnectConfigState
- type QuickConnectConfigUserConfig
- type QuickConnectConfigUserConfigAttributes
- func (uc QuickConnectConfigUserConfigAttributes) ContactFlowId() terra.StringValue
- func (uc QuickConnectConfigUserConfigAttributes) InternalRef() (terra.Reference, error)
- func (uc QuickConnectConfigUserConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (uc QuickConnectConfigUserConfigAttributes) InternalWithRef(ref terra.Reference) QuickConnectConfigUserConfigAttributes
- func (uc QuickConnectConfigUserConfigAttributes) UserId() terra.StringValue
- type QuickConnectConfigUserConfigState
- type Resource
- func (acqc *Resource) Attributes() awsConnectQuickConnectAttributes
- func (acqc *Resource) Configuration() interface{}
- func (acqc *Resource) DependOn() terra.Reference
- func (acqc *Resource) Dependencies() terra.Dependencies
- func (acqc *Resource) ImportState(state io.Reader) error
- func (acqc *Resource) LifecycleManagement() *terra.Lifecycle
- func (acqc *Resource) LocalName() string
- func (acqc *Resource) State() (*awsConnectQuickConnectState, bool)
- func (acqc *Resource) StateMust() *awsConnectQuickConnectState
- func (acqc *Resource) Type() string
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"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InstanceId: string, required InstanceId terra.StringValue `hcl:"instance_id,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // 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"` // QuickConnectConfig: required QuickConnectConfig *QuickConnectConfig `hcl:"quick_connect_config,block" validate:"required"` }
Args contains the configurations for aws_connect_quick_connect.
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"` // QuickConnectId: string, optional QuickConnectId terra.StringValue `hcl:"quick_connect_id,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_connect_quick_connect.
type DataQuickConnectConfigAttributes ¶
type DataQuickConnectConfigAttributes struct {
// contains filtered or unexported fields
}
func (DataQuickConnectConfigAttributes) InternalRef ¶
func (qcc DataQuickConnectConfigAttributes) InternalRef() (terra.Reference, error)
func (DataQuickConnectConfigAttributes) InternalTokens ¶
func (qcc DataQuickConnectConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataQuickConnectConfigAttributes) InternalWithRef ¶
func (qcc DataQuickConnectConfigAttributes) InternalWithRef(ref terra.Reference) DataQuickConnectConfigAttributes
func (DataQuickConnectConfigAttributes) PhoneConfig ¶
func (qcc DataQuickConnectConfigAttributes) PhoneConfig() terra.ListValue[DataQuickConnectConfigPhoneConfigAttributes]
func (DataQuickConnectConfigAttributes) QueueConfig ¶
func (qcc DataQuickConnectConfigAttributes) QueueConfig() terra.ListValue[DataQuickConnectConfigQueueConfigAttributes]
func (DataQuickConnectConfigAttributes) QuickConnectType ¶
func (qcc DataQuickConnectConfigAttributes) QuickConnectType() terra.StringValue
func (DataQuickConnectConfigAttributes) UserConfig ¶
func (qcc DataQuickConnectConfigAttributes) UserConfig() terra.ListValue[DataQuickConnectConfigUserConfigAttributes]
type DataQuickConnectConfigPhoneConfigAttributes ¶
type DataQuickConnectConfigPhoneConfigAttributes struct {
// contains filtered or unexported fields
}
func (DataQuickConnectConfigPhoneConfigAttributes) InternalRef ¶
func (pc DataQuickConnectConfigPhoneConfigAttributes) InternalRef() (terra.Reference, error)
func (DataQuickConnectConfigPhoneConfigAttributes) InternalTokens ¶
func (pc DataQuickConnectConfigPhoneConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataQuickConnectConfigPhoneConfigAttributes) InternalWithRef ¶
func (pc DataQuickConnectConfigPhoneConfigAttributes) InternalWithRef(ref terra.Reference) DataQuickConnectConfigPhoneConfigAttributes
func (DataQuickConnectConfigPhoneConfigAttributes) PhoneNumber ¶
func (pc DataQuickConnectConfigPhoneConfigAttributes) PhoneNumber() terra.StringValue
type DataQuickConnectConfigPhoneConfigState ¶
type DataQuickConnectConfigPhoneConfigState struct {
PhoneNumber string `json:"phone_number"`
}
type DataQuickConnectConfigQueueConfigAttributes ¶
type DataQuickConnectConfigQueueConfigAttributes struct {
// contains filtered or unexported fields
}
func (DataQuickConnectConfigQueueConfigAttributes) ContactFlowId ¶
func (qc DataQuickConnectConfigQueueConfigAttributes) ContactFlowId() terra.StringValue
func (DataQuickConnectConfigQueueConfigAttributes) InternalRef ¶
func (qc DataQuickConnectConfigQueueConfigAttributes) InternalRef() (terra.Reference, error)
func (DataQuickConnectConfigQueueConfigAttributes) InternalTokens ¶
func (qc DataQuickConnectConfigQueueConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataQuickConnectConfigQueueConfigAttributes) InternalWithRef ¶
func (qc DataQuickConnectConfigQueueConfigAttributes) InternalWithRef(ref terra.Reference) DataQuickConnectConfigQueueConfigAttributes
func (DataQuickConnectConfigQueueConfigAttributes) QueueId ¶
func (qc DataQuickConnectConfigQueueConfigAttributes) QueueId() terra.StringValue
type DataQuickConnectConfigState ¶
type DataQuickConnectConfigState struct { QuickConnectType string `json:"quick_connect_type"` PhoneConfig []DataQuickConnectConfigPhoneConfigState `json:"phone_config"` QueueConfig []DataQuickConnectConfigQueueConfigState `json:"queue_config"` UserConfig []DataQuickConnectConfigUserConfigState `json:"user_config"` }
type DataQuickConnectConfigUserConfigAttributes ¶
type DataQuickConnectConfigUserConfigAttributes struct {
// contains filtered or unexported fields
}
func (DataQuickConnectConfigUserConfigAttributes) ContactFlowId ¶
func (uc DataQuickConnectConfigUserConfigAttributes) ContactFlowId() terra.StringValue
func (DataQuickConnectConfigUserConfigAttributes) InternalRef ¶
func (uc DataQuickConnectConfigUserConfigAttributes) InternalRef() (terra.Reference, error)
func (DataQuickConnectConfigUserConfigAttributes) InternalTokens ¶
func (uc DataQuickConnectConfigUserConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataQuickConnectConfigUserConfigAttributes) InternalWithRef ¶
func (uc DataQuickConnectConfigUserConfigAttributes) InternalWithRef(ref terra.Reference) DataQuickConnectConfigUserConfigAttributes
func (DataQuickConnectConfigUserConfigAttributes) UserId ¶
func (uc DataQuickConnectConfigUserConfigAttributes) UserId() terra.StringValue
type DataSource ¶
DataSource represents the Terraform data resource aws_connect_quick_connect.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (acqc *DataSource) Attributes() dataAwsConnectQuickConnectAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (acqc *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (acqc *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (acqc *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type QuickConnectConfig ¶
type QuickConnectConfig struct { // QuickConnectType: string, required QuickConnectType terra.StringValue `hcl:"quick_connect_type,attr" validate:"required"` // QuickConnectConfigPhoneConfig: min=0 PhoneConfig []QuickConnectConfigPhoneConfig `hcl:"phone_config,block" validate:"min=0"` // QuickConnectConfigQueueConfig: min=0 QueueConfig []QuickConnectConfigQueueConfig `hcl:"queue_config,block" validate:"min=0"` // QuickConnectConfigUserConfig: min=0 UserConfig []QuickConnectConfigUserConfig `hcl:"user_config,block" validate:"min=0"` }
type QuickConnectConfigAttributes ¶
type QuickConnectConfigAttributes struct {
// contains filtered or unexported fields
}
func (QuickConnectConfigAttributes) InternalRef ¶
func (qcc QuickConnectConfigAttributes) InternalRef() (terra.Reference, error)
func (QuickConnectConfigAttributes) InternalTokens ¶
func (qcc QuickConnectConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (QuickConnectConfigAttributes) InternalWithRef ¶
func (qcc QuickConnectConfigAttributes) InternalWithRef(ref terra.Reference) QuickConnectConfigAttributes
func (QuickConnectConfigAttributes) PhoneConfig ¶
func (qcc QuickConnectConfigAttributes) PhoneConfig() terra.ListValue[QuickConnectConfigPhoneConfigAttributes]
func (QuickConnectConfigAttributes) QueueConfig ¶
func (qcc QuickConnectConfigAttributes) QueueConfig() terra.ListValue[QuickConnectConfigQueueConfigAttributes]
func (QuickConnectConfigAttributes) QuickConnectType ¶
func (qcc QuickConnectConfigAttributes) QuickConnectType() terra.StringValue
func (QuickConnectConfigAttributes) UserConfig ¶
func (qcc QuickConnectConfigAttributes) UserConfig() terra.ListValue[QuickConnectConfigUserConfigAttributes]
type QuickConnectConfigPhoneConfig ¶
type QuickConnectConfigPhoneConfig struct { // PhoneNumber: string, required PhoneNumber terra.StringValue `hcl:"phone_number,attr" validate:"required"` }
type QuickConnectConfigPhoneConfigAttributes ¶
type QuickConnectConfigPhoneConfigAttributes struct {
// contains filtered or unexported fields
}
func (QuickConnectConfigPhoneConfigAttributes) InternalRef ¶
func (pc QuickConnectConfigPhoneConfigAttributes) InternalRef() (terra.Reference, error)
func (QuickConnectConfigPhoneConfigAttributes) InternalTokens ¶
func (pc QuickConnectConfigPhoneConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (QuickConnectConfigPhoneConfigAttributes) InternalWithRef ¶
func (pc QuickConnectConfigPhoneConfigAttributes) InternalWithRef(ref terra.Reference) QuickConnectConfigPhoneConfigAttributes
func (QuickConnectConfigPhoneConfigAttributes) PhoneNumber ¶
func (pc QuickConnectConfigPhoneConfigAttributes) PhoneNumber() terra.StringValue
type QuickConnectConfigPhoneConfigState ¶
type QuickConnectConfigPhoneConfigState struct {
PhoneNumber string `json:"phone_number"`
}
type QuickConnectConfigQueueConfig ¶
type QuickConnectConfigQueueConfig struct { // ContactFlowId: string, required ContactFlowId terra.StringValue `hcl:"contact_flow_id,attr" validate:"required"` // QueueId: string, required QueueId terra.StringValue `hcl:"queue_id,attr" validate:"required"` }
type QuickConnectConfigQueueConfigAttributes ¶
type QuickConnectConfigQueueConfigAttributes struct {
// contains filtered or unexported fields
}
func (QuickConnectConfigQueueConfigAttributes) ContactFlowId ¶
func (qc QuickConnectConfigQueueConfigAttributes) ContactFlowId() terra.StringValue
func (QuickConnectConfigQueueConfigAttributes) InternalRef ¶
func (qc QuickConnectConfigQueueConfigAttributes) InternalRef() (terra.Reference, error)
func (QuickConnectConfigQueueConfigAttributes) InternalTokens ¶
func (qc QuickConnectConfigQueueConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (QuickConnectConfigQueueConfigAttributes) InternalWithRef ¶
func (qc QuickConnectConfigQueueConfigAttributes) InternalWithRef(ref terra.Reference) QuickConnectConfigQueueConfigAttributes
func (QuickConnectConfigQueueConfigAttributes) QueueId ¶
func (qc QuickConnectConfigQueueConfigAttributes) QueueId() terra.StringValue
type QuickConnectConfigState ¶
type QuickConnectConfigState struct { QuickConnectType string `json:"quick_connect_type"` PhoneConfig []QuickConnectConfigPhoneConfigState `json:"phone_config"` QueueConfig []QuickConnectConfigQueueConfigState `json:"queue_config"` UserConfig []QuickConnectConfigUserConfigState `json:"user_config"` }
type QuickConnectConfigUserConfig ¶
type QuickConnectConfigUserConfig struct { // ContactFlowId: string, required ContactFlowId terra.StringValue `hcl:"contact_flow_id,attr" validate:"required"` // UserId: string, required UserId terra.StringValue `hcl:"user_id,attr" validate:"required"` }
type QuickConnectConfigUserConfigAttributes ¶
type QuickConnectConfigUserConfigAttributes struct {
// contains filtered or unexported fields
}
func (QuickConnectConfigUserConfigAttributes) ContactFlowId ¶
func (uc QuickConnectConfigUserConfigAttributes) ContactFlowId() terra.StringValue
func (QuickConnectConfigUserConfigAttributes) InternalRef ¶
func (uc QuickConnectConfigUserConfigAttributes) InternalRef() (terra.Reference, error)
func (QuickConnectConfigUserConfigAttributes) InternalTokens ¶
func (uc QuickConnectConfigUserConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (QuickConnectConfigUserConfigAttributes) InternalWithRef ¶
func (uc QuickConnectConfigUserConfigAttributes) InternalWithRef(ref terra.Reference) QuickConnectConfigUserConfigAttributes
func (QuickConnectConfigUserConfigAttributes) UserId ¶
func (uc QuickConnectConfigUserConfigAttributes) UserId() terra.StringValue
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_quick_connect.
func (*Resource) Attributes ¶
func (acqc *Resource) Attributes() awsConnectQuickConnectAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acqc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acqc *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.