Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Disabled terra.BoolValue + Id terra.StringValue + Route []Route + VoiceConnectorId terra.StringValue + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (acvco *Resource) Attributes() awsChimeVoiceConnectorOriginationAttributes + func (acvco *Resource) Configuration() interface{} + func (acvco *Resource) DependOn() terra.Reference + func (acvco *Resource) Dependencies() terra.Dependencies + func (acvco *Resource) ImportState(state io.Reader) error + func (acvco *Resource) LifecycleManagement() *terra.Lifecycle + func (acvco *Resource) LocalName() string + func (acvco *Resource) State() (*awsChimeVoiceConnectorOriginationState, bool) + func (acvco *Resource) StateMust() *awsChimeVoiceConnectorOriginationState + func (acvco *Resource) Type() string + type Route struct + Host terra.StringValue + Port terra.NumberValue + Priority terra.NumberValue + Protocol terra.StringValue + Weight terra.NumberValue + type RouteAttributes struct + func (r RouteAttributes) Host() terra.StringValue + func (r RouteAttributes) InternalRef() (terra.Reference, error) + func (r RouteAttributes) InternalTokens() (hclwrite.Tokens, error) + func (r RouteAttributes) InternalWithRef(ref terra.Reference) RouteAttributes + func (r RouteAttributes) Port() terra.NumberValue + func (r RouteAttributes) Priority() terra.NumberValue + func (r RouteAttributes) Protocol() terra.StringValue + func (r RouteAttributes) Weight() terra.NumberValue + type RouteState struct + Host string + Port float64 + Priority float64 + Protocol string + Weight float64