Documentation ¶
Index ¶
- type OutboundCallerConfig
- type OutboundCallerConfigAttributes
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 (occ OutboundCallerConfigAttributes) InternalWithRef(ref terra.Reference) OutboundCallerConfigAttributes
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
Click to show internal directories.
Click to hide internal directories.