Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + DeviceId terra.StringValue + GlobalNetworkId terra.StringValue + Id terra.StringValue + LinkId terra.StringValue + Timeouts *Timeouts + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (anla *Resource) Attributes() awsNetworkmanagerLinkAssociationAttributes + func (anla *Resource) Configuration() interface{} + func (anla *Resource) DependOn() terra.Reference + func (anla *Resource) Dependencies() terra.Dependencies + func (anla *Resource) ImportState(state io.Reader) error + func (anla *Resource) LifecycleManagement() *terra.Lifecycle + func (anla *Resource) LocalName() string + func (anla *Resource) State() (*awsNetworkmanagerLinkAssociationState, bool) + func (anla *Resource) StateMust() *awsNetworkmanagerLinkAssociationState + func (anla *Resource) Type() string + type Timeouts struct + Create terra.StringValue + Delete terra.StringValue + type TimeoutsAttributes struct + func (t TimeoutsAttributes) Create() terra.StringValue + func (t TimeoutsAttributes) Delete() terra.StringValue + func (t TimeoutsAttributes) InternalRef() (terra.Reference, error) + func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes + type TimeoutsState struct + Create string + Delete string