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 + Name terra.StringValue + ResourceQuery *ResourceQuery + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + Timeouts *Timeouts + type Configuration struct + Parameters []ConfigurationParameters + Type 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) Parameters() terra.SetValue[ConfigurationParametersAttributes] + func (c ConfigurationAttributes) Type() terra.StringValue + type ConfigurationParameters struct + Name terra.StringValue + Values terra.ListValue[terra.StringValue] + type ConfigurationParametersAttributes struct + func (p ConfigurationParametersAttributes) InternalRef() (terra.Reference, error) + func (p ConfigurationParametersAttributes) InternalTokens() (hclwrite.Tokens, error) + func (p ConfigurationParametersAttributes) InternalWithRef(ref terra.Reference) ConfigurationParametersAttributes + func (p ConfigurationParametersAttributes) Name() terra.StringValue + func (p ConfigurationParametersAttributes) Values() terra.ListValue[terra.StringValue] + type ConfigurationParametersState struct + Name string + Values []string + type ConfigurationState struct + Parameters []ConfigurationParametersState + Type string + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (arg *Resource) Attributes() awsResourcegroupsGroupAttributes + func (arg *Resource) Configuration() interface{} + func (arg *Resource) DependOn() terra.Reference + func (arg *Resource) Dependencies() terra.Dependencies + func (arg *Resource) ImportState(state io.Reader) error + func (arg *Resource) LifecycleManagement() *terra.Lifecycle + func (arg *Resource) LocalName() string + func (arg *Resource) State() (*awsResourcegroupsGroupState, bool) + func (arg *Resource) StateMust() *awsResourcegroupsGroupState + func (arg *Resource) Type() string + type ResourceQuery struct + Query terra.StringValue + Type terra.StringValue + type ResourceQueryAttributes struct + func (rq ResourceQueryAttributes) InternalRef() (terra.Reference, error) + func (rq ResourceQueryAttributes) InternalTokens() (hclwrite.Tokens, error) + func (rq ResourceQueryAttributes) InternalWithRef(ref terra.Reference) ResourceQueryAttributes + func (rq ResourceQueryAttributes) Query() terra.StringValue + func (rq ResourceQueryAttributes) Type() terra.StringValue + type ResourceQueryState struct + Query string + Type string + type Timeouts struct + Create terra.StringValue + Update terra.StringValue + type TimeoutsAttributes struct + func (t TimeoutsAttributes) Create() 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) Update() terra.StringValue + type TimeoutsState struct + Create string + Update string