Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + AddressFamily terra.StringValue + AmazonAddress terra.StringValue + BgpAsn terra.NumberValue + BgpAuthKey terra.StringValue + ConnectionId terra.StringValue + CustomerAddress terra.StringValue + Id terra.StringValue + Name terra.StringValue + RouteFilterPrefixes terra.SetValue[terra.StringValue] + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + Timeouts *Timeouts + Vlan terra.NumberValue + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (adpvi *Resource) Attributes() awsDxPublicVirtualInterfaceAttributes + func (adpvi *Resource) Configuration() interface{} + func (adpvi *Resource) DependOn() terra.Reference + func (adpvi *Resource) Dependencies() terra.Dependencies + func (adpvi *Resource) ImportState(state io.Reader) error + func (adpvi *Resource) LifecycleManagement() *terra.Lifecycle + func (adpvi *Resource) LocalName() string + func (adpvi *Resource) State() (*awsDxPublicVirtualInterfaceState, bool) + func (adpvi *Resource) StateMust() *awsDxPublicVirtualInterfaceState + func (adpvi *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