Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Credentials []Credentials + Id terra.StringValue + VoiceConnectorId terra.StringValue + type Credentials struct + Password terra.StringValue + Username terra.StringValue + type CredentialsAttributes struct + func (c CredentialsAttributes) InternalRef() (terra.Reference, error) + func (c CredentialsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (c CredentialsAttributes) InternalWithRef(ref terra.Reference) CredentialsAttributes + func (c CredentialsAttributes) Password() terra.StringValue + func (c CredentialsAttributes) Username() terra.StringValue + type CredentialsState struct + Password string + Username string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (acvctc *Resource) Attributes() awsChimeVoiceConnectorTerminationCredentialsAttributes + func (acvctc *Resource) Configuration() interface{} + func (acvctc *Resource) DependOn() terra.Reference + func (acvctc *Resource) Dependencies() terra.Dependencies + func (acvctc *Resource) ImportState(state io.Reader) error + func (acvctc *Resource) LifecycleManagement() *terra.Lifecycle + func (acvctc *Resource) LocalName() string + func (acvctc *Resource) State() (*awsChimeVoiceConnectorTerminationCredentialsState, bool) + func (acvctc *Resource) StateMust() *awsChimeVoiceConnectorTerminationCredentialsState + func (acvctc *Resource) Type() string