Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Address terra.StringValue + AssociateWithPrivateIp terra.StringValue + CustomerOwnedIpv4Pool terra.StringValue + Id terra.StringValue + Instance terra.StringValue + NetworkBorderGroup terra.StringValue + NetworkInterface terra.StringValue + PublicIpv4Pool terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + Timeouts *Timeouts + Vpc terra.BoolValue + type DataArgs struct + Filter []DataFilter + Id terra.StringValue + PublicIp terra.StringValue + Tags terra.MapValue[terra.StringValue] + Timeouts *DataTimeouts + type DataFilter struct + Name terra.StringValue + Values terra.SetValue[terra.StringValue] + type DataFilterAttributes struct + func (f DataFilterAttributes) InternalRef() (terra.Reference, error) + func (f DataFilterAttributes) InternalTokens() (hclwrite.Tokens, error) + func (f DataFilterAttributes) InternalWithRef(ref terra.Reference) DataFilterAttributes + func (f DataFilterAttributes) Name() terra.StringValue + func (f DataFilterAttributes) Values() terra.SetValue[terra.StringValue] + type DataFilterState struct + Name string + Values []string + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (ae *DataSource) Attributes() dataAwsEipAttributes + func (ae *DataSource) Configuration() interface{} + func (ae *DataSource) DataSource() string + func (ae *DataSource) LocalName() string + type DataTimeouts struct + Read terra.StringValue + type DataTimeoutsAttributes struct + func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error) + func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes + func (t DataTimeoutsAttributes) Read() terra.StringValue + type DataTimeoutsState struct + Read string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (ae *Resource) Attributes() awsEipAttributes + func (ae *Resource) Configuration() interface{} + func (ae *Resource) DependOn() terra.Reference + func (ae *Resource) Dependencies() terra.Dependencies + func (ae *Resource) ImportState(state io.Reader) error + func (ae *Resource) LifecycleManagement() *terra.Lifecycle + func (ae *Resource) LocalName() string + func (ae *Resource) State() (*awsEipState, bool) + func (ae *Resource) StateMust() *awsEipState + func (ae *Resource) Type() string + type Timeouts struct + Delete terra.StringValue + Read terra.StringValue + Update terra.StringValue + type TimeoutsAttributes struct + 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 + func (t TimeoutsAttributes) Read() terra.StringValue + func (t TimeoutsAttributes) Update() terra.StringValue + type TimeoutsState struct + Delete string + Read string + Update string