Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + Configuration *Configuration + Description terra.StringValue + Id terra.StringValue + MapName terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + type Configuration struct + Style terra.StringValue + type ConfigurationAttributes struct + func (c ConfigurationAttributes) InternalRef() (terra.Reference, error) + func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error) + func (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes + func (c ConfigurationAttributes) Style() terra.StringValue + type ConfigurationState struct + Style string + type DataArgs struct + Id terra.StringValue + MapName terra.StringValue + Tags terra.MapValue[terra.StringValue] + type DataConfigurationAttributes struct + func (c DataConfigurationAttributes) InternalRef() (terra.Reference, error) + func (c DataConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error) + func (c DataConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConfigurationAttributes + func (c DataConfigurationAttributes) Style() terra.StringValue + type DataConfigurationState struct + Style string + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (alm *DataSource) Attributes() dataAwsLocationMapAttributes + func (alm *DataSource) Configuration() interface{} + func (alm *DataSource) DataSource() string + func (alm *DataSource) LocalName() string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (alm *Resource) Attributes() awsLocationMapAttributes + func (alm *Resource) Configuration() interface{} + func (alm *Resource) DependOn() terra.Reference + func (alm *Resource) Dependencies() terra.Dependencies + func (alm *Resource) ImportState(state io.Reader) error + func (alm *Resource) LifecycleManagement() *terra.Lifecycle + func (alm *Resource) LocalName() string + func (alm *Resource) State() (*awsLocationMapState, bool) + func (alm *Resource) StateMust() *awsLocationMapState + func (alm *Resource) Type() string