Documentation ¶
Index ¶
- type VoiceConnector
- type VoiceConnectorAttributes
- func (vc VoiceConnectorAttributes) CdrBucket() terra.StringValue
- func (vc VoiceConnectorAttributes) InternalRef() (terra.Reference, error)
- func (vc VoiceConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vc VoiceConnectorAttributes) InternalWithRef(ref terra.Reference) VoiceConnectorAttributes
- type VoiceConnectorState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VoiceConnector ¶
type VoiceConnector struct { // CdrBucket: string, optional CdrBucket terra.StringValue `hcl:"cdr_bucket,attr"` }
type VoiceConnectorAttributes ¶
type VoiceConnectorAttributes struct {
// contains filtered or unexported fields
}
func (VoiceConnectorAttributes) CdrBucket ¶
func (vc VoiceConnectorAttributes) CdrBucket() terra.StringValue
func (VoiceConnectorAttributes) InternalRef ¶
func (vc VoiceConnectorAttributes) InternalRef() (terra.Reference, error)
func (VoiceConnectorAttributes) InternalTokens ¶
func (vc VoiceConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VoiceConnectorAttributes) InternalWithRef ¶
func (vc VoiceConnectorAttributes) InternalWithRef(ref terra.Reference) VoiceConnectorAttributes
type VoiceConnectorState ¶
type VoiceConnectorState struct {
CdrBucket string `json:"cdr_bucket"`
}
Click to show internal directories.
Click to hide internal directories.